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

/freebsd-10.1-release/sys/ufs/ffs/
H A Dsoftdep.h115 * list has its di_freelink pointing at us its UNLINKPREV is set.
140 #define UNLINKPREV 0x100000 /* inodedep is pointed at in the unlink list */ macro
142 #define UNLINKLINKS (UNLINKNEXT | UNLINKPREV)
H A Dffs_softdep.c9476 if ((inodedep->id_state & UNLINKPREV) == 0)
9498 inodedep->id_state |= UNLINKPREV;
9614 idn->id_state &= ~UNLINKPREV;
9651 (inodedep->id_state & UNLINKPREV) != UNLINKPREV) {
11350 inon->id_state |= UNLINKPREV;

Completed in 85 milliseconds