Searched refs:blk_plug_cb (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | blk_plug.h | 7 struct blk_plug_cb; 8 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *cb, bool from_schedule); 62 struct blk_plug_cb { struct 68 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, argument
|
| /linux/drivers/md/ |
| H A D | raid1-10.c | 28 struct blk_plug_cb cb; 132 struct blk_plug_cb *cb; in raid1_add_bio_to_plug()
|
| H A D | raid5.c | 5712 struct blk_plug_cb cb; 5717 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug() 5759 struct blk_plug_cb *blk_cb = blk_check_plugged( in release_stripe_plug()
|
| H A D | raid1.c | 1275 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug()
|
| H A D | raid10.c | 1088 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug()
|
| /linux/block/ |
| H A D | blk-core.c | 1232 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks() 1233 struct blk_plug_cb, in flush_plug_callbacks() 1241 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() 1245 struct blk_plug_cb *cb; in blk_check_plugged()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_req.c | 1268 struct blk_plug_cb cb; 1273 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug() 1298 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug)); in drbd_check_plugged()
|
| /linux/fs/btrfs/ |
| H A D | raid56.c | 1753 struct blk_plug_cb cb; 1778 static void raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid_unplug() 1847 struct blk_plug_cb *cb; in raid56_parity_write()
|