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

/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c4653 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
6573 if ((inodedep->id_state & (UNLINKED | DEPCOMPLETE)) == UNLINKED &&
7622 if (inodedep->id_state & UNLINKED) {
7625 * before we clear UNLINKED. Otherwise it can be lost
7671 if ((inodedep->id_state & (DEPCOMPLETE | UNLINKED)) != 0 ||
7742 if ((inodedep->id_state & (ONWORKLIST | UNLINKED)) != 0 ||
8996 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked"));
9634 if (inodedep->id_state & UNLINKED)
9636 inodedep->id_state |= UNLINKED;
[all...]
H A Dsoftdep.h115 * it is marked as UNLINKED. When its on-disk di_freelink has been
140 #define UNLINKED 0x040000 /* inodedep has been unlinked. */ macro

Completed in 120 milliseconds