Searched refs:SFH4_IN_TREE (Results 1 – 2 of 2) sorted by relevance
3738 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()
2150 #define SFH4_IN_TREE 0x1 /* currently in an AVL tree */ macro