UNLINKNEXT
if ((inodedep->id_state & (UNLINKED | UNLINKNEXT)) == UNLINKED) {
if ((inodedep->id_state & (UNLINKED | UNLINKNEXT)) == UNLINKED) {
inodedep->id_state |= UNLINKNEXT;
if ((inodedep->id_state & UNLINKNEXT) == 0)
if (idp == NULL || (idp->id_state & UNLINKNEXT) == 0)
if ((inodedep->id_state & UNLINKLINKS) == UNLINKNEXT) {
if (idp && (idp->id_state & UNLINKNEXT))
if (idp && (idp->id_state & UNLINKNEXT))
#define UNLINKLINKS (UNLINKNEXT | UNLINKPREV)