Home
last modified time | relevance | path

Searched refs:HREF (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c411 if ((tp->hs_flags & HREF) == 0) { in hs_findhash()
412 tp->hs_flags |= HREF; in hs_findhash()
458 if ((hp->hs_flags & HREF) && (vp != rvp || in hs_synchash()
610 hp->hs_flags = HREF; in hs_makenode()
H A Dhsfs_vnops.c340 if (vp->v_count > 0 || (hp->hs_flags & HREF) == 0) { in hsfs_inactive()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h110 #define HREF 1 /* hsnode is referenced */ macro