Home
last modified time | relevance | path

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

/linux/include/linux/
A Dblkdev.h773 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 Dblk-core.c1554 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 Ddrbd_req.c1256 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 Draid56.c1624 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 Draid1.c1150 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 Draid10.c1048 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 Draid5.c5610 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 44 milliseconds