Searched refs:blk_plug_cb (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/md/ |
D | raid1-10.c | 32 struct blk_plug_cb cb;
|
D | raid1.c | 1170 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug() 1346 struct blk_plug_cb *cb; in raid1_write_request()
|
D | raid10.c | 1103 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug() 1278 struct blk_plug_cb *cb; in raid10_write_one_disk()
|
D | raid5.c | 5716 struct blk_plug_cb cb; 5721 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug() 5763 struct blk_plug_cb *blk_cb = blk_check_plugged( in release_stripe_plug()
|
/linux-6.1.9/block/ |
D | blk-core.c | 1098 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks() 1099 struct blk_plug_cb, in flush_plug_callbacks() 1107 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() 1111 struct blk_plug_cb *cb; in blk_check_plugged()
|
/linux-6.1.9/include/linux/ |
D | blkdev.h | 1010 struct blk_plug_cb; 1011 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); 1012 struct blk_plug_cb { struct 1017 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
|
/linux-6.1.9/drivers/block/drbd/ |
D | drbd_req.c | 1262 struct blk_plug_cb cb; 1267 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug() 1292 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug)); in drbd_check_plugged()
|
/linux-6.1.9/fs/btrfs/ |
D | raid56.c | 1681 struct blk_plug_cb cb; 1759 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in btrfs_raid_unplug() 1807 struct blk_plug_cb *cb; in raid56_parity_write()
|