Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dufs_vfsops.c153 error = getquotasize(td, mp, id, type, arg); in ufs_quotactl()
H A Dquota.h239 int getquotasize(struct thread *, struct mount *, uint64_t, int, void *);
H A Dufs_quota.c1034 getquotasize(struct thread *td, struct mount *mp, uint64_t id, int type, in getquotasize() function