Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h221 int (*nf_getquota)(struct nfsmount *, vfs_context_t, uid_t, int, struct dqblk *); member
H A Dnfs_vfsops.c249 .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()