Home
last modified time | relevance | path

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

/linux-5.10/block/
Dblk-core.c1721 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks()
1722 struct blk_plug_cb, in flush_plug_callbacks()
1730 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged()
1734 struct blk_plug_cb *cb; in blk_check_plugged()
/linux-5.10/include/linux/
Dblkdev.h1246 struct blk_plug_cb;
1247 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
1248 struct blk_plug_cb { struct
1253 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
/linux-5.10/drivers/block/drbd/
Ddrbd_req.c1253 struct blk_plug_cb cb;
1258 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug()
1283 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug)); in drbd_check_plugged()
/linux-5.10/drivers/block/
Dumem.c507 static void mm_unplug(struct blk_plug_cb *cb, bool from_schedule) in mm_unplug()
519 return !!blk_check_plugged(mm_unplug, card, sizeof(struct blk_plug_cb)); in mm_check_plugged()
/linux-5.10/fs/btrfs/
Draid56.c1640 struct blk_plug_cb cb;
1717 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in btrfs_raid_unplug()
1739 struct blk_plug_cb *cb; in raid56_parity_write()
/linux-5.10/drivers/md/
Draid1.c1148 struct blk_plug_cb cb;
1153 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug()
1323 struct blk_plug_cb *cb; in raid1_write_request()
Draid10.c1047 struct blk_plug_cb cb;
1052 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug()
1219 struct blk_plug_cb *cb; in raid10_write_one_disk()
Draid5.c5607 struct blk_plug_cb cb;
5612 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug()
5654 struct blk_plug_cb *blk_cb = blk_check_plugged( in release_stripe_plug()