Home
last modified time | relevance | path

Searched refs:blk_plug (Results 1 – 25 of 45) sorted by relevance

12

/linux/include/linux/
H A Dblk_plug.h27 struct blk_plug { struct
43 void blk_start_plug(struct blk_plug *); argument
44 void blk_start_plug_nr_ios(struct blk_plug *, unsigned short);
45 void blk_finish_plug(struct blk_plug *);
47 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
48 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug()
71 struct blk_plug { struct
74 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
78 static inline void blk_start_plug_nr_ios(struct blk_plug *plug, in blk_start_plug_nr_ios()
83 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
[all …]
/linux/drivers/target/
H A Dtarget_core_iblock.h25 struct blk_plug blk_plug; member
H A Dtarget_core_iblock.c224 blk_start_plug(&ib_dev_plug->blk_plug); in iblock_plug_device()
233 blk_finish_plug(&ib_dev_plug->blk_plug); in iblock_unplug_device()
380 struct blk_plug plug; in iblock_submit_bios()
/linux/block/
H A Dblk-core.c1169 void blk_start_plug_nr_ios(struct blk_plug *plug, unsigned short nr_ios) in blk_start_plug_nr_ios()
1218 void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
1224 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks()
1244 struct blk_plug *plug = current->plug; in blk_check_plugged()
1266 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule) in __blk_flush_plug()
1294 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
H A Dblk-mq.h136 void blk_mq_free_plug_rqs(struct blk_plug *plug);
137 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
H A Dblk-mq.c598 struct blk_plug *plug, in blk_mq_rq_cache_fill()
630 struct blk_plug *plug = current->plug; in blk_mq_alloc_cached_request()
834 void blk_mq_free_plug_rqs(struct blk_plug *plug) in blk_mq_free_plug_rqs()
1370 static inline unsigned short blk_plug_max_rq_count(struct blk_plug *plug) in blk_plug_max_rq_count()
1377 static void blk_add_rq_to_plug(struct blk_plug *plug, struct request *rq) in blk_add_rq_to_plug()
2938 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list()
3016 struct blk_plug *plug, in blk_mq_get_new_requests()
3049 static struct request *blk_mq_get_cached_request(struct blk_plug *plug, in blk_mq_get_cached_request()
3096 struct blk_plug *plug = current->plug; in blk_mq_submit_bio()
H A Dfops.c178 struct blk_plug plug; in __blkdev_direct_IO()
482 struct blk_plug plug; in blkdev_writepages()
H A Dblk.h719 struct blk_plug *plug = current->plug; in blk_time_get_ns()
H A Dblk-merge.c1085 struct blk_plug *plug = current->plug; in blk_attempt_plug_merge()
H A Dioctl.c128 struct blk_plug plug; in blk_ioctl_discard()
/linux/fs/xfs/
H A Dxfs_discard.c118 struct blk_plug plug; in xfs_discard_extents()
474 struct blk_plug plug; in xfs_discard_rtdev_extents()
H A Dxfs_buf.c1291 struct blk_plug plug; in xfs_buf_submit_bio()
1987 struct blk_plug plug; in xfs_buf_delwri_submit_nowait()
2026 struct blk_plug plug; in xfs_buf_delwri_submit()
H A Dxfs_iwalk.c104 struct blk_plug plug; in xfs_iwalk_ichunk_ra()
H A Dxfs_zone_gc.c1048 struct blk_plug plug; in xfs_zone_gc_handle_work()
/linux/fs/hpfs/
H A Dbuffer.c41 struct blk_plug plug; in hpfs_prefetch_sectors()
/linux/mm/
H A Dswap_state.c20 #include <linux/blk_plug.h>
816 struct blk_plug plug; in swap_cluster_readahead()
906 struct blk_plug plug; in swap_vma_readahead()
H A Dreadahead.c164 struct blk_plug plug; in read_pages()
/linux/fs/jbd2/
H A Dcheckpoint.c130 struct blk_plug plug; in __flush_batch()
/linux/fs/
H A Dmpage.c671 struct blk_plug plug; in __mpage_writepages()
H A Dfs-writeback.c2199 struct blk_plug plug; in writeback_inodes_wb()
2234 struct blk_plug plug; in wb_writeback()
/linux/drivers/md/
H A Ddm-clone-target.c321 struct blk_plug plug; in submit_bios()
1179 struct blk_plug plug; in process_deferred_discards()
H A Dmd-llbitmap.c1642 struct blk_plug plug; in llbitmap_unplug_fn()
1703 struct blk_plug plug; in __llbitmap_flush()
/linux/drivers/block/drbd/
H A Ddrbd_req.c1445 struct blk_plug plug; in submit_fast_path()
1498 struct blk_plug plug; in send_and_submit_pending()
/linux/fs/iomap/
H A Ddirect-io.c704 struct blk_plug plug; in __iomap_dio_rw()
/linux/fs/orangefs/
H A Dinode.c183 struct blk_plug plug; in orangefs_writepages()

12