Home
last modified time | relevance | path

Searched refs:bio_list_empty (Results 1 – 13 of 13) sorted by relevance

/linux/block/
H A Dblk-zoned.c592 WARN_ON_ONCE(!bio_list_empty(&zwplug->bio_list)); in disk_free_zone_wplug()
639 if (!zwplug->wp_offset && bio_list_empty(&zwplug->bio_list)) { in disk_check_zone_wplug_dead()
733 if (bio_list_empty(&zwplug->bio_list)) in disk_zone_wplug_abort()
1566 if (!bio_list_empty(&zwplug->bio_list)) { in blk_zone_wplug_handle_native_zone_append()
1671 if (bio_list_empty(&zwplug->bio_list)) in disk_zone_wplug_unplug_bio()
1676 else if (!bio_list_empty(&zwplug->bio_list)) in disk_zone_wplug_unplug_bio()
H A Dblk-throttle.c239 if (bio_list_empty(&qn->bios_bps) && bio_list_empty(&qn->bios_iops)) { in throtl_pop_queued()
1217 if (!bio_list_empty(&bio_list_on_stack)) { in blk_throtl_dispatch_work_fn()
H A Dbio.c426 if (bio_list_empty(&current->bio_list[0]) && in punt_bios_to_rescuer()
427 bio_list_empty(&current->bio_list[1])) in punt_bios_to_rescuer()
/linux/drivers/md/
H A Ddm-clone-target.c392 if (bio_list_empty(bios)) in issue_deferred_bios()
1187 if (bio_list_empty(&discards)) in process_deferred_discards()
1220 if (bio_list_empty(&bios)) in process_deferred_bios()
1243 if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) && in process_deferred_flush_bios()
H A Ddm-thin.c889 if (!bio_list_empty(&bios)) { in cell_defer_no_holder()
2197 if (bio_list_empty(&tc->deferred_bio_list)) { in process_thin_deferred_bios()
2386 if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) && in process_deferred_bios()
H A Ddm-zoned-target.c469 WARN_ON(!bio_list_empty(&cw->bio_list)); in dmz_put_chunk_work()
H A Ddm-era-target.c1278 if (bio_list_empty(&deferred_bios)) in process_deferred_bios()
H A Draid10.c970 (!bio_list_empty(&bio_list[0]) || !bio_list_empty(&bio_list[1]))) in stop_waiting_barrier()
H A Draid5.c1357 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()
/linux/fs/iomap/
H A Dbio.c60 if (bio_list_empty(&failed_read_list)) in iomap_fail_buffered_read()
/linux/fs/btrfs/
H A Draid56.c169 WARN_ON(!bio_list_empty(&rbio->bio_list)); in free_raid_bio()
505 if (bio_list_empty(&rbio->bio_list)) { in __remove_rbio_from_cache()
788 if (bio_list_empty(&cur->bio_list) && in lock_stripe_add()
879 BUG_ON(!bio_list_empty(&rbio->bio_list)); in unlock_stripe()
/linux/include/linux/
H A Dbio.h543 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() function
/linux/drivers/block/
H A Dps3vram.c588 busy = !bio_list_empty(&priv->list); in ps3vram_submit_bio()