Searched refs:UNLINKED (Results 1 – 2 of 2) sorted by relevance
4912 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked")); in inodedep_lookup_ip() 6786 if ((inodedep->id_state & (UNLINKED | DEPCOMPLETE)) == UNLINKED && in softdep_journal_freeblocks() 7833 if (inodedep->id_state & UNLINKED) { in softdep_freefile() 7836 * before we clear UNLINKED. Otherwise it can be lost in softdep_freefile() 7881 if ((inodedep->id_state & (DEPCOMPLETE | UNLINKED)) != 0 || in check_inode_unwritten() 7950 if ((inodedep->id_state & (ONWORKLIST | UNLINKED)) != 0 || in free_inodedep() 9194 KASSERT((inodedep->id_state & UNLINKED) == 0, ("inode unlinked")); in softdep_setup_remove() 9825 if (inodedep->id_state & UNLINKED) in unlinked_inodedep() 9827 inodedep->id_state |= UNLINKED; in unlinked_inodedep() [all...]
137 #define UNLINKED 0x040000 /* inodedep has been unlinked. */ macro