Searched refs:blk_plug_cb (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | md.h | 671 extern void md_unplug(struct blk_plug_cb *cb, bool from_schedule); 679 sizeof(struct blk_plug_cb)); in mddev_check_plugged()
|
D | raid1.c | 1036 struct blk_plug_cb cb; 1041 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug() 1095 struct blk_plug_cb *cb; in make_request()
|
D | raid10.c | 1101 struct blk_plug_cb cb; 1106 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug() 1158 struct blk_plug_cb *cb; in __make_request()
|
D | raid5.c | 4984 struct blk_plug_cb cb; 4989 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug() 5031 struct blk_plug_cb *blk_cb = blk_check_plugged( in release_stripe_plug()
|
D | md.c | 462 void md_unplug(struct blk_plug_cb *cb, bool from_schedule) in md_unplug()
|
/linux-4.1.27/include/linux/ |
D | blkdev.h | 1098 struct blk_plug_cb; 1099 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); 1100 struct blk_plug_cb { struct 1105 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
|
/linux-4.1.27/block/ |
D | blk-core.c | 3091 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks() 3092 struct blk_plug_cb, in flush_plug_callbacks() 3100 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() 3104 struct blk_plug_cb *cb; in blk_check_plugged()
|
/linux-4.1.27/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.1.27/fs/btrfs/ |
D | raid56.c | 1647 struct blk_plug_cb cb; 1721 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in btrfs_raid_unplug() 1744 struct blk_plug_cb *cb; in raid56_parity_write()
|