Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/nfs/
H A Dnfs_subs.c1632 void enablequotas(struct mount *mp, vfs_context_t ctx); // XXX
1883 enablequotas(mp, ctx); in nfsrv_export()
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_syscalls.c189 void enablequotas(struct mount *mp, vfs_context_t ctx);
1675 enablequotas(mp, ctx); in mount_common()
1808 enablequotas(mp, ctx); in mount_common()
2469 enablequotas(struct mount *mp, vfs_context_t ctx) in enablequotas() function