Home
last modified time | relevance | path

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

/NextBSD/sys/ufs/ffs/
HDsoftdep.h142 #define UNLINKLINKS (UNLINKNEXT | UNLINKPREV) macro
HDffs_softdep.c9521 if ((inodedep->id_state & UNLINKLINKS) != UNLINKLINKS)
9586 if ((inodedep->id_state & UNLINKLINKS) == 0)
9595 if ((inodedep->id_state & UNLINKLINKS) == UNLINKNEXT) {
9651 inodedep->id_state &= ~(UNLINKED | UNLINKLINKS | UNLINKONLIST);
9698 inodedep->id_state &= ~(UNLINKED | UNLINKLINKS | UNLINKONLIST);
14011 if ((inodedep->id_state & (UNLINKED | UNLINKLINKS | in softdep_check_suspend()
14012 UNLINKONLIST)) != (UNLINKED | UNLINKLINKS | in softdep_check_suspend()