Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dufs_vfsops.c149 error = getquota(td, mp, id, type, arg); in ufs_quotactl()
H A Dquota.h236 int getquota(struct thread *, struct mount *, uint64_t, int, void *);
H A Dufs_quota.c992 getquota(struct thread *td, struct mount *mp, uint64_t id, int type, void *addr) in getquota() function