/linux/drivers/target/ |
H A D | target_core_iblock.h | 25 struct blk_plug blk_plug; member
|
H A D | target_core_iblock.c | 230 blk_start_plug(&ib_dev_plug->blk_plug); in iblock_plug_device() 239 blk_finish_plug(&ib_dev_plug->blk_plug); in iblock_unplug_device() 386 struct blk_plug plug; in iblock_submit_bios()
|
/linux/include/linux/ |
H A D | blkdev.h | 1001 struct blk_plug { struct 1026 extern void blk_start_plug(struct blk_plug *); argument 1027 extern void blk_start_plug_nr_ios(struct blk_plug *, unsigned short); 1028 extern void blk_finish_plug(struct blk_plug *); 1030 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule); 1031 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() 1042 struct blk_plug *plug = tsk->plug; in blk_plug_invalidate_ts() 1052 struct blk_plug { struct 1055 static inline void blk_start_plug_nr_ios(struct blk_plug *plug, in blk_start_plug_nr_ios() 1060 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug() [all …]
|
H A D | io_uring_types.h | 210 struct blk_plug plug;
|
H A D | sched.h | 54 struct blk_plug; 1238 struct blk_plug *plug;
|
/linux/block/ |
H A D | blk-lib.c | 89 struct blk_plug plug; in blkdev_issue_discard() 153 struct blk_plug plug; in blkdev_issue_write_zeroes() 231 struct blk_plug plug; in blkdev_issue_zero_pages() 335 struct blk_plug plug; in blkdev_issue_secure_erase()
|
H A D | blk-core.c | 607 struct blk_plug plug; in __submit_bio() 1098 void blk_start_plug_nr_ios(struct blk_plug *plug, unsigned short nr_ios) in blk_start_plug_nr_ios() 1147 void blk_start_plug(struct blk_plug *plug) in blk_start_plug() 1153 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks() 1173 struct blk_plug *plug = current->plug; in blk_check_plugged() 1195 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule) in __blk_flush_plug() 1223 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
|
H A D | blk-mq.h | 124 void blk_mq_free_plug_rqs(struct blk_plug *plug); 125 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
|
H A D | blk-mq.c | 520 struct blk_plug *plug, in blk_mq_rq_cache_fill() 548 struct blk_plug *plug = current->plug; in blk_mq_alloc_cached_request() 743 void blk_mq_free_plug_rqs(struct blk_plug *plug) in blk_mq_free_plug_rqs() 1274 static inline unsigned short blk_plug_max_rq_count(struct blk_plug *plug) in blk_plug_max_rq_count() 1281 static void blk_add_rq_to_plug(struct blk_plug *plug, struct request *rq) in blk_add_rq_to_plug() 2661 static void blk_mq_plug_issue_direct(struct blk_plug *plug) in blk_mq_plug_issue_direct() 2701 struct blk_plug *plug) in __blk_mq_flush_plug_list() 2708 static void blk_mq_dispatch_plug_list(struct blk_plug *plug, bool from_sched) in blk_mq_dispatch_plug_list() 2754 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list() 2848 struct blk_plug *plug, in blk_mq_get_new_requests() [all …]
|
H A D | fops.c | 169 struct blk_plug plug; in __blkdev_direct_IO() 433 struct blk_plug plug; in blkdev_writepages()
|
H A D | blk.h | 663 struct blk_plug *plug = current->plug; in blk_time_get_ns()
|
/linux/fs/xfs/ |
H A D | xfs_discard.c | 115 struct blk_plug plug; in xfs_discard_extents() 469 struct blk_plug plug; in xfs_discard_rtdev_extents()
|
H A D | xfs_iwalk.c | 105 struct blk_plug plug; in xfs_iwalk_ichunk_ra()
|
/linux/fs/hpfs/ |
H A D | buffer.c | 41 struct blk_plug plug; in hpfs_prefetch_sectors()
|
/linux/mm/ |
H A D | swap_state.c | 665 struct blk_plug plug; in swap_cluster_readahead() 802 struct blk_plug plug; in swap_vma_readahead()
|
H A D | readahead.c | 150 struct blk_plug plug; in read_pages()
|
/linux/fs/nfs/blocklayout/ |
H A D | blocklayout.c | 244 struct blk_plug plug; in bl_read_pagelist() 388 struct blk_plug plug; in bl_write_pagelist()
|
/linux/fs/ |
H A D | mpage.c | 662 struct blk_plug plug; in mpage_writepages()
|
/linux/drivers/nvme/target/ |
H A D | io-cmd-bdev.c | 249 struct blk_plug plug; in nvmet_bdev_execute_rw()
|
/linux/fs/jbd2/ |
H A D | checkpoint.c | 130 struct blk_plug plug; in __flush_batch()
|
/linux/fs/gfs2/ |
H A D | log.c | 93 struct gfs2_trans *tr, struct blk_plug *plug) in gfs2_ail1_start_one() 197 struct blk_plug plug; in gfs2_ail1_flush()
|
/linux/fs/iomap/ |
H A D | direct-io.c | 573 struct blk_plug plug; in __iomap_dio_rw()
|
/linux/drivers/block/drbd/ |
H A D | drbd_req.c | 1444 struct blk_plug plug; in submit_fast_path() 1497 struct blk_plug plug; in send_and_submit_pending()
|
/linux/drivers/md/ |
H A D | dm-clone-target.c | 321 struct blk_plug plug; in submit_bios() 1179 struct blk_plug plug; in process_deferred_discards()
|
H A D | dm-kcopyd.c | 654 struct blk_plug plug; in do_work()
|