Searched refs:blk_plug_cb (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/md/ |
H A D | raid1-10.c | 33 struct blk_plug_cb cb; 137 struct blk_plug_cb *cb; in raid1_add_bio_to_plug()
|
H A D | raid1.c | 1269 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug()
|
H A D | raid10.c | 1082 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug()
|
/linux/block/ |
H A D | blk-core.c | 1182 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks() 1183 struct blk_plug_cb, in flush_plug_callbacks() 1191 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() 1195 struct blk_plug_cb *cb; in blk_check_plugged()
|
/linux/include/linux/ |
H A D | blkdev.h | 1101 struct blk_plug_cb; 1102 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); 1103 struct blk_plug_cb { struct 1108 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
|
/linux/drivers/block/drbd/ |
H A D | drbd_req.c | 1267 struct blk_plug_cb cb; 1272 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug() 1297 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug)); in drbd_check_plugged()
|