Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dblkdev.h1340 struct blk_plug_cb;
1341 typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
1342 struct blk_plug_cb { struct
1347 extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, argument
/linux-4.19.296/fs/btrfs/
Draid56.c1666 struct blk_plug_cb cb;
1743 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in btrfs_raid_unplug()
1793 struct blk_plug_cb *cb; in raid56_parity_write()
/linux-4.19.296/block/
Dblk-core.c3658 struct blk_plug_cb *cb = list_first_entry(&callbacks, in flush_plug_callbacks()
3659 struct blk_plug_cb, in flush_plug_callbacks()
3667 struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, void *data, in blk_check_plugged()
3671 struct blk_plug_cb *cb; in blk_check_plugged()