Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsmount.h222 int (*nf_getquota)(struct nfsmount *, vfs_context_t, uid_t, int, struct dqblk *); member
H A Dnfs_vfsops.c250 .nf_getquota = nfs3_getquota,
272 .nf_getquota = nfs4_getquota,
5069 error = nmp->nm_funcs->nf_getquota(nmp, ctx, uid, type, dqb); in nfs_vfs_quotactl()