Searched refs:blk_plug_cb (Results  1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/md/ | 
| D | md.h | 677 extern void md_unplug(struct blk_plug_cb *cb, bool from_schedule);685 				   sizeof(struct blk_plug_cb));  in mddev_check_plugged()
 
 | 
| D | raid1.c | 1004 	struct blk_plug_cb	cb;1009 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule)  in raid1_unplug()
 1063 	struct blk_plug_cb *cb;  in make_request()
 
 | 
| D | raid10.c | 1012 	struct blk_plug_cb	cb;1017 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule)  in raid10_unplug()
 1069 	struct blk_plug_cb *cb;  in __make_request()
 
 | 
| D | raid5.c | 4979 	struct blk_plug_cb	cb;4984 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule)  in raid5_unplug()
 5026 	struct blk_plug_cb *blk_cb = blk_check_plugged(  in release_stripe_plug()
 
 | 
| D | md.c | 446 void md_unplug(struct blk_plug_cb *cb, bool from_schedule)  in md_unplug()
 | 
| /linux-4.4.14/include/linux/ | 
| D | blkdev.h | 1058 struct blk_plug_cb;1059 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
 1060 struct blk_plug_cb {  struct
 1065 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,  argument
 
 | 
| /linux-4.4.14/drivers/block/ | 
| D | umem.c | 512 static void mm_unplug(struct blk_plug_cb *cb, bool from_schedule)  in mm_unplug()524 	return !!blk_check_plugged(mm_unplug, card, sizeof(struct blk_plug_cb));  in mm_check_plugged()
 
 | 
| /linux-4.4.14/block/ | 
| D | blk-core.c | 3212 			struct blk_plug_cb *cb = list_first_entry(&callbacks,  in flush_plug_callbacks()3213 							  struct blk_plug_cb,  in flush_plug_callbacks()
 3221 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data,  in blk_check_plugged()
 3225 	struct blk_plug_cb *cb;  in blk_check_plugged()
 
 | 
| /linux-4.4.14/fs/btrfs/ | 
| D | raid56.c | 1655 	struct blk_plug_cb cb;1729 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule)  in btrfs_raid_unplug()
 1752 	struct blk_plug_cb *cb;  in raid56_parity_write()
 
 |