Home
last modified time | relevance | path

Searched refs:TREE_EXPORTED (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c838 (TREE_EXPORTED(tnode) || tnode->tree_child_first != NULL)) in treeclimb_unexport()
842 if (TREE_ROOT(tnode) && !TREE_EXPORTED(tnode) && in treeclimb_unexport()
858 !TREE_EXPORTED(old_nd)) { in treeclimb_unexport()
/titanic_50/usr/src/uts/common/nfs/
H A Dexport.h477 #define TREE_EXPORTED(t) \ macro