Searched refs:blk_plug_cb (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-core.c | 1725 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks() 1726 struct blk_plug_cb, in flush_plug_callbacks() 1734 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged() 1738 struct blk_plug_cb *cb; in blk_check_plugged()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blkdev.h | 1260 struct blk_plug_cb; 1261 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); 1262 struct blk_plug_cb { struct 1267 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_req.c | 1254 struct blk_plug_cb cb; 1259 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug() 1284 struct blk_plug_cb *cb = blk_check_plugged(drbd_unplug, resource, sizeof(*plug)); in drbd_check_plugged()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | raid56.c | 1662 struct blk_plug_cb cb; 1739 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in btrfs_raid_unplug() 1788 struct blk_plug_cb *cb; in raid56_parity_write()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid1.c | 1148 struct blk_plug_cb cb; 1153 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug() 1323 struct blk_plug_cb *cb; in raid1_write_request()
|
| H A D | raid10.c | 1047 struct blk_plug_cb cb; 1052 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug() 1219 struct blk_plug_cb *cb; in raid10_write_one_disk()
|
| H A D | raid5.c | 5605 struct blk_plug_cb cb; 5610 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug() 5652 struct blk_plug_cb *blk_cb = blk_check_plugged( in release_stripe_plug()
|