Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3738 nsfh->sfh_flags = SFH4_IN_TREE; in sfh4_put()
3871 if (sfh->sfh_flags & SFH4_IN_TREE) { in sfh4_rele()
3873 sfh->sfh_flags &= ~SFH4_IN_TREE; in sfh4_rele()
3914 if (sfh->sfh_flags & SFH4_IN_TREE) { in sfh4_update()
3916 sfh->sfh_flags &= ~SFH4_IN_TREE; in sfh4_update()
3943 sfh->sfh_flags |= SFH4_IN_TREE; in sfh4_update()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h2151 #define SFH4_IN_TREE 0x1 /* currently in an AVL tree */ macro