Home
last modified time | relevance | path

Searched refs:nfs_access_dotzfs (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h1085 extern int nfs_access_cache_timeout, nfs_access_delete, nfs_access_dotzfs, nfs_access_for_getattr;
H A Dnfs_syscalls.c174 …neric_nfs_client, OID_AUTO, access_dotzfs, CTLFLAG_RW | CTLFLAG_LOCKED, &nfs_access_dotzfs, 0, "");
H A Dnfs_vfsops.c174 int nfs_access_dotzfs = 1; variable
H A Dnfs_vnops.c618 if (nfs_access_dotzfs && (np->n_flag & NISDOTZFSCHILD)) { in nfs3_access_rpc()
H A Dnfs4_vnops.c151 if (nfs_access_dotzfs) { in nfs4_access_rpc()