Searched refs:blk_plug_cb (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/block/ | 
| D | blk-core.c | 1727 			struct blk_plug_cb *cb = list_first_entry(&callbacks,  in flush_plug_callbacks()1728 							  struct blk_plug_cb,  in flush_plug_callbacks()
 1736 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data,  in blk_check_plugged()
 1740 	struct blk_plug_cb *cb;  in blk_check_plugged()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | blkdev.h | 1172 struct blk_plug_cb;1173 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
 1174 struct blk_plug_cb {  struct
 1179 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,  argument
 
 | 
| /Linux-v5.4/drivers/block/drbd/ | 
| D | drbd_req.c | 1272 	struct blk_plug_cb cb;1277 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule)  in drbd_unplug()
 1302 	struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug));  in drbd_check_plugged()
 
 | 
| /Linux-v5.4/drivers/block/ | 
| D | umem.c | 507 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-v5.4/fs/btrfs/ | 
| D | raid56.c | 1663 	struct blk_plug_cb cb;1740 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule)  in btrfs_raid_unplug()
 1763 	struct blk_plug_cb *cb;  in raid56_parity_write()
 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | raid1.c | 1160 	struct blk_plug_cb	cb;1165 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule)  in raid1_unplug()
 1335 	struct blk_plug_cb *cb;  in raid1_write_request()
 
 | 
| D | raid10.c | 1064 	struct blk_plug_cb	cb;1069 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule)  in raid10_unplug()
 1236 	struct blk_plug_cb *cb;  in raid10_write_one_disk()
 
 | 
| D | raid5.c | 5418 	struct blk_plug_cb	cb;5423 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule)  in raid5_unplug()
 5465 	struct blk_plug_cb *blk_cb = blk_check_plugged(  in release_stripe_plug()
 
 |