Home
last modified time | relevance | path

Searched refs:blk_plug_cb (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c1725 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 Dblkdev.h1260 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 Ddrbd_req.c1254 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 Dumem.c507 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 Draid56.c1662 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 Draid1.c1148 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 Draid10.c1047 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 Draid5.c5605 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()