Searched refs:NISDOTZFSCHILD (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfsm_subs.h475 ((NP) && (((nfsnode_t)(NP))->n_flag & (NISDOTZFS|NISDOTZFSCHILD)))) \
H A Dnfsnode.h689 #define NISDOTZFSCHILD 0x08000 /* a child of a ".zfs" directory */ macro
H A Dnfs_node.c406 np->n_flag |= NISDOTZFSCHILD;
H A Dnfs4_vnops.c144 if (np->n_flag & NISDOTZFSCHILD) /* may be able to create/delete snapshot dirs */
146 else if (((dvp = vnode_getparent(NFSTOV(np))) != NULLVP) && (VTONFS(dvp)->n_flag & NISDOTZFSCHILD))
1124 if ((dnp->n_flag & NISDOTZFSCHILD) && isdotdot)
H A Dnfs_vnops.c518 if (nfs_access_dotzfs && (np->n_flag & NISDOTZFSCHILD))

Completed in 49 milliseconds