Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/md/
Draid1-10.c33 struct blk_plug_cb cb;
137 struct blk_plug_cb *cb; in raid1_add_bio_to_plug()
Draid5.c5710 struct blk_plug_cb cb;
5715 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug()
5757 struct blk_plug_cb *blk_cb = blk_check_plugged( in release_stripe_plug()
Draid1.c1169 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug()
Draid10.c1108 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug()
/linux-6.6.21/block/
Dblk-core.c1112 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks()
1113 struct blk_plug_cb, in flush_plug_callbacks()
1121 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged()
1125 struct blk_plug_cb *cb; in blk_check_plugged()
/linux-6.6.21/include/linux/
Dblkdev.h978 struct blk_plug_cb;
979 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
980 struct blk_plug_cb { struct
985 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
/linux-6.6.21/drivers/block/drbd/
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-6.6.21/fs/btrfs/
Draid56.c1549 struct blk_plug_cb cb;
1575 static void raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid_unplug()
1643 struct blk_plug_cb *cb; in raid56_parity_write()