Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h732 #define NISDOTZFSCHILD 0x08000 /* a child of a ".zfs" directory */ macro
H A Dnfsm_subs.h514 ((NP) && (((nfsnode_t)(NP))->n_flag & (NISDOTZFS|NISDOTZFSCHILD)))) \
H A Dnfs_node.c408 np->n_flag |= NISDOTZFSCHILD; in nfs_nget()
H A Dnfs4_vnops.c153 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()
H A Dnfs_vnops.c618 if (nfs_access_dotzfs && (np->n_flag & NISDOTZFSCHILD)) { in nfs3_access_rpc()