Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dblkdev.h1326 struct blk_plug_cb;
1327 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
1328 struct blk_plug_cb { struct
1333 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
/Linux-v4.19/drivers/block/drbd/
Ddrbd_req.c1283 struct blk_plug_cb cb;
1288 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug()
1313 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug)); in drbd_check_plugged()
/Linux-v4.19/drivers/block/
Dumem.c510 static void mm_unplug(struct blk_plug_cb *cb, bool from_schedule) in mm_unplug()
522 return !!blk_check_plugged(mm_unplug, card, sizeof(struct blk_plug_cb)); in mm_check_plugged()
/Linux-v4.19/fs/btrfs/
Draid56.c1647 struct blk_plug_cb cb;
1724 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in btrfs_raid_unplug()
1747 struct blk_plug_cb *cb; in raid56_parity_write()
/Linux-v4.19/block/
Dblk-core.c3651 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks()
3652 struct blk_plug_cb, in flush_plug_callbacks()
3660 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged()
3664 struct blk_plug_cb *cb; in blk_check_plugged()
/Linux-v4.19/drivers/md/
Draid1.c1136 struct blk_plug_cb cb;
1141 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug()
1311 struct blk_plug_cb *cb; in raid1_write_request()
Draid10.c1079 struct blk_plug_cb cb;
1084 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug()
1249 struct blk_plug_cb *cb; in raid10_write_one_disk()
Draid5.c5405 struct blk_plug_cb cb;
5410 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug()
5452 struct blk_plug_cb *blk_cb = blk_check_plugged( in release_stripe_plug()