Home
last modified time | relevance | path

Searched refs:chkquota (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.sbin/quotacheck/
Dquotacheck.c154 static int chkquota(const char *, const char *, const char *, void *, pid_t *);
248 exit(checkfstab(flags, maxrun, needchk, chkquota)); in main()
264 errs += chkquota(fs->fs_type, name, fs->fs_file, in main()
316 chkquota(const char *type, const char *fsname, const char *mntpt, void *v, in chkquota() function