blk_plug_cb      1727 block/blk-core.c 			struct blk_plug_cb *cb = list_first_entry(&callbacks,
blk_plug_cb      1728 block/blk-core.c 							  struct blk_plug_cb,
blk_plug_cb      1736 block/blk-core.c struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data,
blk_plug_cb      1740 block/blk-core.c 	struct blk_plug_cb *cb;
blk_plug_cb      1272 drivers/block/drbd/drbd_req.c 	struct blk_plug_cb cb;
blk_plug_cb      1277 drivers/block/drbd/drbd_req.c static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule)
blk_plug_cb      1302 drivers/block/drbd/drbd_req.c 	struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug));
blk_plug_cb       507 drivers/block/umem.c static void mm_unplug(struct blk_plug_cb *cb, bool from_schedule)
blk_plug_cb       519 drivers/block/umem.c 	return !!blk_check_plugged(mm_unplug, card, sizeof(struct blk_plug_cb));
blk_plug_cb      1160 drivers/md/raid1.c 	struct blk_plug_cb	cb;
blk_plug_cb      1165 drivers/md/raid1.c static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule)
blk_plug_cb      1335 drivers/md/raid1.c 	struct blk_plug_cb *cb;
blk_plug_cb      1064 drivers/md/raid10.c 	struct blk_plug_cb	cb;
blk_plug_cb      1069 drivers/md/raid10.c static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule)
blk_plug_cb      1236 drivers/md/raid10.c 	struct blk_plug_cb *cb;
blk_plug_cb      5418 drivers/md/raid5.c 	struct blk_plug_cb	cb;
blk_plug_cb      5423 drivers/md/raid5.c static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule)
blk_plug_cb      5465 drivers/md/raid5.c 	struct blk_plug_cb *blk_cb = blk_check_plugged(
blk_plug_cb      1663 fs/btrfs/raid56.c 	struct blk_plug_cb cb;
blk_plug_cb      1740 fs/btrfs/raid56.c static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule)
blk_plug_cb      1762 fs/btrfs/raid56.c 	struct blk_plug_cb *cb;
blk_plug_cb      1172 include/linux/blkdev.h struct blk_plug_cb;
blk_plug_cb      1173 include/linux/blkdev.h typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
blk_plug_cb      1179 include/linux/blkdev.h extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,