Searched refs:blk_plug_cb (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | blkdev.h | 773 struct blk_plug_cb; 774 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); 775 struct blk_plug_cb { struct 780 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
|
| /linux/block/ |
| A D | blk-core.c | 1554 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks() 1555 struct blk_plug_cb, in flush_plug_callbacks() 1563 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() 1567 struct blk_plug_cb *cb; in blk_check_plugged()
|
| /linux/drivers/block/drbd/ |
| A D | drbd_req.c | 1256 struct blk_plug_cb cb; 1261 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug() 1286 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug)); in drbd_check_plugged()
|
| /linux/fs/btrfs/ |
| A D | raid56.c | 1624 struct blk_plug_cb cb; 1702 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in btrfs_raid_unplug() 1725 struct blk_plug_cb *cb; in raid56_parity_write()
|
| /linux/drivers/md/ |
| A D | raid1.c | 1150 struct blk_plug_cb cb; 1155 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug() 1328 struct blk_plug_cb *cb; in raid1_write_request()
|
| A D | raid10.c | 1048 struct blk_plug_cb cb; 1053 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug() 1221 struct blk_plug_cb *cb; in raid10_write_one_disk()
|
| A D | raid5.c | 5610 struct blk_plug_cb cb; 5615 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug() 5657 struct blk_plug_cb *blk_cb = blk_check_plugged( in release_stripe_plug()
|
Completed in 41 milliseconds