Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ufs/
H A Dquota.h185 int ufs_getquota(struct mount *, u_long, int, caddr_t);
H A Dufs_vfsops.c163 error = ufs_getquota(mp, uid, type, arg); in ufs_quotactl()
H A Dufs_quota.c554 ufs_getquota(struct mount *mp, u_long id, int type, caddr_t addr) in ufs_getquota() function