Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ufs/ufs/
HDufs_vfsops.c144 error = setquota32(td, mp, id, type, arg);
HDquota.h235 int setquota32(struct thread *, struct mount *, u_long, int, void *);
HDufs_quota.c964 setquota32(struct thread *td, struct mount *mp, u_long id, int type, void *addr) in setquota32() function