Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/nfs/
H A Dnfs_subs.c1667 void enablequotas(struct mount *mp, vfs_context_t ctx); // XXX
1918 enablequotas(mp, ctx); in nfsrv_export()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c185 void enablequotas(struct mount *mp, vfs_context_t ctx);
1614 enablequotas(mp, ctx); in mount_common()
1747 enablequotas(mp, ctx); in mount_common()
2405 enablequotas(struct mount *mp, vfs_context_t ctx) in enablequotas() function