Searched refs:ONDEPLIST (Results 1 – 2 of 2) sorted by relevance
4090 inodedep->id_state |= ONDEPLIST; in handle_written_jaddref()4130 newblk->nb_state |= ONDEPLIST; in handle_written_jnewblk()5286 inodedep->id_state |= ONDEPLIST; in softdep_setup_inomapdep()5367 newblk->nb_state |= ONDEPLIST; in softdep_setup_blkmapdep()7015 freeblks->fb_state |= DEPCOMPLETE | ONDEPLIST; in softdep_journal_freeblocks()7546 wk->wk_state |= ONDEPLIST; in deallocate_dependencies()7653 if (newblk->nb_state & ONDEPLIST) { in cancel_newblk()7654 newblk->nb_state &= ~ONDEPLIST; in cancel_newblk()7718 if (newblk->nb_state & ONDEPLIST) in free_newblk()7828 freeblks->fb_state &= ~ONDEPLIST; in softdep_freefile()[all …]
136 #define ONDEPLIST 0x020000 /* Structure is on a dependency list. */ macro