| /linux/include/linux/ |
| H A D | blk_plug.h | 27 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 D | target_core_iblock.h | 25 struct blk_plug blk_plug; member
|
| H A D | target_core_iblock.c | 224 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 D | blk-core.c | 1169 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 D | blk-mq.h | 136 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 D | blk-mq.c | 598 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 D | fops.c | 178 struct blk_plug plug; in __blkdev_direct_IO() 482 struct blk_plug plug; in blkdev_writepages()
|
| H A D | blk.h | 719 struct blk_plug *plug = current->plug; in blk_time_get_ns()
|
| H A D | blk-merge.c | 1085 struct blk_plug *plug = current->plug; in blk_attempt_plug_merge()
|
| H A D | ioctl.c | 128 struct blk_plug plug; in blk_ioctl_discard()
|
| /linux/fs/xfs/ |
| H A D | xfs_discard.c | 118 struct blk_plug plug; in xfs_discard_extents() 474 struct blk_plug plug; in xfs_discard_rtdev_extents()
|
| H A D | xfs_buf.c | 1291 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 D | xfs_iwalk.c | 104 struct blk_plug plug; in xfs_iwalk_ichunk_ra()
|
| H A D | xfs_zone_gc.c | 1048 struct blk_plug plug; in xfs_zone_gc_handle_work()
|
| /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 | 20 #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 D | readahead.c | 164 struct blk_plug plug; in read_pages()
|
| /linux/fs/jbd2/ |
| H A D | checkpoint.c | 130 struct blk_plug plug; in __flush_batch()
|
| /linux/fs/ |
| H A D | mpage.c | 671 struct blk_plug plug; in __mpage_writepages()
|
| H A D | fs-writeback.c | 2199 struct blk_plug plug; in writeback_inodes_wb() 2234 struct blk_plug plug; in wb_writeback()
|
| /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 | md-llbitmap.c | 1642 struct blk_plug plug; in llbitmap_unplug_fn() 1703 struct blk_plug plug; in __llbitmap_flush()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_req.c | 1445 struct blk_plug plug; in submit_fast_path() 1498 struct blk_plug plug; in send_and_submit_pending()
|
| /linux/fs/iomap/ |
| H A D | direct-io.c | 704 struct blk_plug plug; in __iomap_dio_rw()
|
| /linux/fs/orangefs/ |
| H A D | inode.c | 183 struct blk_plug plug; in orangefs_writepages()
|