Home
last modified time | relevance | path

Searched defs:quotatype (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/edquota/
H A Dedquota.c107 int i, quotatype, range, tmpfd; in main() local
324 getentry(const char *name, int quotatype) in getentry()
357 getprivs(long id, int quotatype, char *fspath) in getprivs()
461 writeprivs(struct quotause *quplist, int outfd, char *name, int quotatype) in writeprivs()
675 writetimes(struct quotause *quplist, int outfd, int quotatype) in writetimes()
/freebsd/usr.bin/quota/
H A Dquota.c475 getprivs(long id,int quotatype) getprivs() argument
544 getufsquota(struct fstab * fs,struct quotause * qup,long id,int quotatype) getufsquota() argument
557 getnfsquota(struct statfs * fst,struct quotause * qup,long id,int quotatype) getnfsquota() argument
[all...]
/freebsd/lib/libutil/
H A Dquotafile.c54 int quotatype; /* USRQUOTA or GRPQUOTA */ member
113 quota_open(struct fstab *fs, int quotatype, int openflags) in quota_open()