Searched refs:blk_plug_cb (Results 1 – 8 of 8) sorted by relevance
/linux-5.10/block/ |
D | blk-core.c | 1721 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks() 1722 struct blk_plug_cb, in flush_plug_callbacks() 1730 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() 1734 struct blk_plug_cb *cb; in blk_check_plugged()
|
/linux-5.10/include/linux/ |
D | blkdev.h | 1246 struct blk_plug_cb; 1247 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); 1248 struct blk_plug_cb { struct 1253 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
|
/linux-5.10/drivers/block/drbd/ |
D | drbd_req.c | 1253 struct blk_plug_cb cb; 1258 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug() 1283 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug)); in drbd_check_plugged()
|
/linux-5.10/drivers/block/ |
D | umem.c | 507 static void mm_unplug(struct blk_plug_cb *cb, bool from_schedule) in mm_unplug() 519 return !!blk_check_plugged(mm_unplug, card, sizeof(struct blk_plug_cb)); in mm_check_plugged()
|
/linux-5.10/fs/btrfs/ |
D | raid56.c | 1640 struct blk_plug_cb cb; 1717 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in btrfs_raid_unplug() 1739 struct blk_plug_cb *cb; in raid56_parity_write()
|
/linux-5.10/drivers/md/ |
D | raid1.c | 1148 struct blk_plug_cb cb; 1153 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug() 1323 struct blk_plug_cb *cb; in raid1_write_request()
|
D | raid10.c | 1047 struct blk_plug_cb cb; 1052 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug() 1219 struct blk_plug_cb *cb; in raid10_write_one_disk()
|
D | raid5.c | 5607 struct blk_plug_cb cb; 5612 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug() 5654 struct blk_plug_cb *blk_cb = blk_check_plugged( in release_stripe_plug()
|