Searched refs:nf_getquota (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsmount.h | 221 int (*nf_getquota)(struct nfsmount *, vfs_context_t, uid_t, int, struct dqblk *); member
|
| H A D | nfs_vfsops.c | 249 .nf_getquota = nfs3_getquota, 271 .nf_getquota = nfs4_getquota, 5070 error = nmp->nm_funcs->nf_getquota(nmp, ctx, uid, type, dqb); in nfs_vfs_quotactl()
|