Searched refs:NISDOTZFS (Results 1 – 4 of 4) sorted by relevance
405 np->n_flag |= NISDOTZFS; in nfs_nget()407 if (dnp && (dnp->n_flag & NISDOTZFS)) { in nfs_nget()
731 #define NISDOTZFS 0x04000 /* a ".zfs" directory */ macro
514 ((NP) && (((nfsnode_t)(NP))->n_flag & (NISDOTZFS|NISDOTZFSCHILD)))) \
1230 if ((dnp->n_flag & NISDOTZFS) && !isdotdot) { in nfs4_lookup_rpc_async()