Searched refs:UNLINKONLIST (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h119 * UNLINKONLIST flag is set. Once all of these flags are set, it
143 #define UNLINKONLIST 0x200000 /* inodedep is in the unlinked list on disk */ macro
H A Dffs_softdep.c9611 if (inodedep->id_state & UNLINKONLIST)
9613 inodedep->id_state |= DEPCOMPLETE | UNLINKONLIST;
9738 inodedep->id_state &= ~(UNLINKED | UNLINKLINKS | UNLINKONLIST);
9785 inodedep->id_state &= ~(UNLINKED | UNLINKLINKS | UNLINKONLIST);
11470 if ((inodedep->id_state & (UNLINKED | UNLINKONLIST)) == UNLINKED &&
11655 if ((inodedep->id_state & (UNLINKED | UNLINKONLIST)) != UNLINKED) {
14316 UNLINKONLIST)) != (UNLINKED | UNLINKLINKS |
14317 UNLINKONLIST) ||

Completed in 176 milliseconds