Lines Matching refs:LIST_EMPTY
1837 if (!LIST_EMPTY(&freeblks->fb_jblkdephd)) { in process_truncates()
2761 KASSERT(LIST_EMPTY(&ums->sd_alldeps[i]), in softdep_unmount()
2995 if (LIST_EMPTY(&ump->softdep_journal_pending)) { in add_to_journal()
3771 if (LIST_EMPTY(&ump->softdep_journal_pending)) in softdep_process_journal()
4030 if (LIST_EMPTY(&dirrem->dm_jremrefhd) && in handle_written_jremref()
4245 if (LIST_EMPTY(&freeblks->fb_jblkdephd) && in handle_written_jblkdep()
4758 KASSERT(LIST_EMPTY(&jseg->js_entries), in free_jseg()
5741 if (!LIST_EMPTY(&oldadp->ad_newdirblk)) in allocdirect_merge()
6327 if (!LIST_EMPTY(&oldaip->ai_newdirblk)) in allocindir_merge()
6644 if (LIST_EMPTY(&indirdep->ir_freeblks->fb_jblkdephd)) in complete_trunc_indir()
7024 LIST_EMPTY(&freeblks->fb_jblkdephd)) in softdep_journal_freeblocks()
7669 if (!LIST_EMPTY(&newblk->nb_jwork)) in cancel_newblk()
7677 if (!LIST_EMPTY(&newblk->nb_newdirblk)) in cancel_newblk()
7725 if (!LIST_EMPTY(&newblk->nb_newdirblk)) in free_newblk()
7882 !LIST_EMPTY(&inodedep->id_dirremhd) || in check_inode_unwritten()
7883 !LIST_EMPTY(&inodedep->id_pendinghd) || in check_inode_unwritten()
7884 !LIST_EMPTY(&inodedep->id_bufwait) || in check_inode_unwritten()
7885 !LIST_EMPTY(&inodedep->id_inowait) || in check_inode_unwritten()
7925 !LIST_EMPTY(&inodedep->id_dirremhd) || in check_inodedep_free()
7926 !LIST_EMPTY(&inodedep->id_pendinghd) || in check_inodedep_free()
7927 !LIST_EMPTY(&inodedep->id_bufwait) || in check_inodedep_free()
7928 !LIST_EMPTY(&inodedep->id_inowait) || in check_inodedep_free()
8050 LIST_EMPTY(&freeblks->fb_jblkdephd)) in freework_enqueue()
8112 ALLCOMPLETE && LIST_EMPTY(&freeblks->fb_jblkdephd)) in handle_written_freework()
8134 KASSERT(LIST_EMPTY(&freeblks->fb_jblkdephd), in handle_workitem_freeblocks()
9114 if (LIST_EMPTY(&dirrem->dm_jremrefhd)) in free_diradd()
9218 direct = LIST_EMPTY(&dirrem->dm_jremrefhd); in softdep_setup_remove()
9588 if (LIST_EMPTY(&dirrem->dm_jremrefhd)) in softdep_setup_directory_change()
9627 if (LIST_EMPTY(&dirrem->dm_jremrefhd)) in softdep_setup_directory_change()
10027 KASSERT(LIST_EMPTY(&dirrem->dm_jremrefhd), in handle_workitem_remove()
10069 KASSERT(LIST_EMPTY(&dirrem->dm_jwork), in handle_workitem_remove()
10098 KASSERT(LIST_EMPTY(&dirrem->dm_jwork), in handle_workitem_remove()
10873 KASSERT(LIST_EMPTY(&indirdep->ir_completehd), in free_indirdep()
10875 KASSERT(LIST_EMPTY(&indirdep->ir_writehd), in free_indirdep()
10877 KASSERT(LIST_EMPTY(&indirdep->ir_donehd), in free_indirdep()
10879 KASSERT(LIST_EMPTY(&indirdep->ir_deplisthd), in free_indirdep()
10909 if (LIST_EMPTY(&indirdep->ir_deplisthd) && in initiate_write_indirdep()
11269 KASSERT(LIST_EMPTY(&bp->b_dep) || ump != NULL, in softdep_disk_write_complete()
11370 LIST_EMPTY(&freeblks->fb_jblkdephd)) in softdep_disk_write_complete()
11890 if (freefile && !LIST_EMPTY(&wkhd)) { in handle_written_inodeblock()
11899 if (!LIST_EMPTY(&wkhd) && hadchanges == 0) in handle_written_inodeblock()
12060 dirty = !LIST_EMPTY(&bmsafemap->sm_jaddrefhd) | in bmsafemap_backgroundwrite()
12061 !LIST_EMPTY(&bmsafemap->sm_jnewblkhd); in bmsafemap_backgroundwrite()
12173 if (!LIST_EMPTY(&bmsafemap->sm_jaddrefhd)) { in handle_written_bmsafemap()
12254 if (chgs == 0 && LIST_EMPTY(&bmsafemap->sm_jaddrefhd) && in handle_written_bmsafemap()
12255 LIST_EMPTY(&bmsafemap->sm_jnewblkhd) && in handle_written_bmsafemap()
12256 LIST_EMPTY(&bmsafemap->sm_newblkhd) && in handle_written_bmsafemap()
12257 LIST_EMPTY(&bmsafemap->sm_inodedephd) && in handle_written_bmsafemap()
12258 LIST_EMPTY(&bmsafemap->sm_freehd)) { in handle_written_bmsafemap()
12309 if (!LIST_EMPTY(&pagedep->pd_dirremhd)) in free_pagedep()
12312 if (!LIST_EMPTY(&pagedep->pd_diraddhd[i])) in free_pagedep()
12314 if (!LIST_EMPTY(&pagedep->pd_pendinghd)) in free_pagedep()
12316 if (!LIST_EMPTY(&pagedep->pd_jmvrefhd)) in free_pagedep()
12360 KASSERT(LIST_EMPTY(&dirrem->dm_jremrefhd), in handle_written_filepage()
12692 if (!LIST_EMPTY(&inodedep->id_inowait) || in softdep_fsync()
12885 (LIST_EMPTY(&bmsafemap->sm_freehd) && in sync_cgs()
12886 LIST_EMPTY(&bmsafemap->sm_freewr))) { in sync_cgs()
13022 !LIST_EMPTY(&indirdep->ir_deplisthd)) { in softdep_sync_buf()
14083 if (LIST_EMPTY(&pagedep->pd_dirremhd)) in clear_remove()
14273 if (LIST_EMPTY(&bp->b_dep)) in softdep_bp_to_mp()
14652 !LIST_EMPTY(&indirdep->ir_completehd) || in softdep_check_suspend()
14653 !LIST_EMPTY(&indirdep->ir_writehd) || in softdep_check_suspend()
14654 !LIST_EMPTY(&indirdep->ir_donehd) || in softdep_check_suspend()
14655 !LIST_EMPTY(&indirdep->ir_deplisthd) || in softdep_check_suspend()