Home
last modified time | relevance | path

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

/openbsd/sys/nfs/
H A Dnfs_vfsops.c75 int nfs_quotactl(struct mount *, int, uid_t, caddr_t, struct proc *);
97 .vfs_quotactl = nfs_quotactl,
927 nfs_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg, struct proc *p) in nfs_quotactl() function