Searched refs:getquota (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/ufs/ufs/ |
H A D | ufs_vfsops.c | 149 error = getquota(td, mp, id, type, arg); in ufs_quotactl()
|
H A D | quota.h | 236 int getquota(struct thread *, struct mount *, uint64_t, int, void *);
|
H A D | ufs_quota.c | 992 getquota(struct thread *td, struct mount *mp, uint64_t id, int type, void *addr) in getquota() function
|