Searched refs:ONDEPLIST (Results 1 – 2 of 2) sorted by relevance
4094 inodedep->id_state |= ONDEPLIST; in handle_written_jaddref()4134 newblk->nb_state |= ONDEPLIST; in handle_written_jnewblk()5290 inodedep->id_state |= ONDEPLIST; in softdep_setup_inomapdep()5371 newblk->nb_state |= ONDEPLIST; in softdep_setup_blkmapdep()7019 freeblks->fb_state |= DEPCOMPLETE | ONDEPLIST; in softdep_journal_freeblocks()7550 wk->wk_state |= ONDEPLIST; in deallocate_dependencies()7657 if (newblk->nb_state & ONDEPLIST) { in cancel_newblk()7658 newblk->nb_state &= ~ONDEPLIST; in cancel_newblk()7722 if (newblk->nb_state & ONDEPLIST) in free_newblk()7832 freeblks->fb_state &= ~ONDEPLIST; in softdep_freefile()[all …]
138 #define ONDEPLIST 0x020000 /* Structure is on a dependency list. */ macro