Home
last modified time | relevance | path

Searched refs:NISDOTZFS (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_node.c405 np->n_flag |= NISDOTZFS; in nfs_nget()
407 if (dnp && (dnp->n_flag & NISDOTZFS)) { in nfs_nget()
H A Dnfsnode.h731 #define NISDOTZFS 0x04000 /* a ".zfs" directory */ macro
H A Dnfsm_subs.h514 ((NP) && (((nfsnode_t)(NP))->n_flag & (NISDOTZFS|NISDOTZFSCHILD)))) \
H A Dnfs4_vnops.c1230 if ((dnp->n_flag & NISDOTZFS) && !isdotdot) { in nfs4_lookup_rpc_async()