Searched refs:NISDOTZFSCHILD (Results 1 – 5 of 5) sorted by relevance
732 #define NISDOTZFSCHILD 0x08000 /* a child of a ".zfs" directory */ macro
514 ((NP) && (((nfsnode_t)(NP))->n_flag & (NISDOTZFS|NISDOTZFSCHILD)))) \
408 np->n_flag |= NISDOTZFSCHILD; in nfs_nget()
153 if (np->n_flag & NISDOTZFSCHILD) { /* may be able to create/delete snapshot dirs */ in nfs4_access_rpc()155 …se if (((dvp = vnode_getparent(NFSTOV(np))) != NULLVP) && (VTONFS(dvp)->n_flag & NISDOTZFSCHILD)) { in nfs4_access_rpc()1233 if ((dnp->n_flag & NISDOTZFSCHILD) && isdotdot) { in nfs4_lookup_rpc_async()
618 if (nfs_access_dotzfs && (np->n_flag & NISDOTZFSCHILD)) { in nfs3_access_rpc()