Searched refs:nf_getquota (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfsmount.h | 222 int (*nf_getquota)(struct nfsmount *, vfs_context_t, uid_t, int, struct dqblk *); member
|
| H A D | nfs_vfsops.c | 250 .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()
|