Home
last modified time | relevance | path

Searched refs:blk_plug_cb (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dblkdev.h1170 struct blk_plug_cb;
1171 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
1172 struct blk_plug_cb { struct
1177 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
/linux/drivers/block/drbd/
H A Ddrbd_req.c1267 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()
/linux/fs/btrfs/
H A Draid56.c1655 struct blk_plug_cb cb;
1680 static void raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid_unplug()
1749 struct blk_plug_cb *cb; in raid56_parity_write()
/linux/drivers/md/
H A Draid1.c1268 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug()