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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h113 * it is marked as UNLINKED. When its on-disk di_freelink has been
138 #define UNLINKED 0x040000 /* inodedep has been unlinked. */ macro
H A Dffs_softdep.c4484 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
6344 if ((inodedep->id_state & (UNLINKED | DEPCOMPLETE)) == UNLINKED &&
7372 if (inodedep->id_state & UNLINKED) {
7375 * before we clear UNLINKED. Otherwise it can be lost
7419 if ((inodedep->id_state & (DEPCOMPLETE | UNLINKED)) != 0 ||
7466 if ((inodedep->id_state & (ONWORKLIST | UNLINKED)) != 0 ||
8701 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
9330 if (inodedep->id_state & UNLINKED)
9332 inodedep->id_state |= UNLINKED;
[all...]

Completed in 150 milliseconds