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

/linux-master/drivers/md/
H A Draid1-10.c33 struct blk_plug_cb cb;
137 struct blk_plug_cb *cb;
H A Draid5.c5650 struct blk_plug_cb cb;
5655 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule)
5697 struct blk_plug_cb *blk_cb = blk_check_plugged(
H A Draid1.c1261 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule)
H A Draid10.c1084 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule)
/linux-master/block/
H A Dblk-core.c1152 struct blk_plug_cb *cb = list_first_entry(&callbacks,
1153 struct blk_plug_cb,
1161 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data,
1165 struct blk_plug_cb *cb;
/linux-master/include/linux/
H A Dblkdev.h989 struct blk_plug_cb;
990 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
991 struct blk_plug_cb { struct
996 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,
/linux-master/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)
1297 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug));
/linux-master/fs/btrfs/
H A Draid56.c1577 struct blk_plug_cb cb;
1602 static void raid_unplug(struct blk_plug_cb *cb, bool from_schedule)
1670 struct blk_plug_cb *cb;

Completed in 230 milliseconds