| /linux-4.4.14/include/linux/ | 
| D | blkdev.h | 1051 struct blk_plug {  struct1067 extern void blk_start_plug(struct blk_plug *);  argument
 1068 extern void blk_finish_plug(struct blk_plug *);
 1069 extern void blk_flush_plug_list(struct blk_plug *, bool);
 1073 	struct blk_plug *plug = tsk->plug;  in blk_flush_plug()
 1081 	struct blk_plug *plug = tsk->plug;  in blk_schedule_flush_plug()
 1089 	struct blk_plug *plug = tsk->plug;  in blk_needs_flush_plug()
 1673 struct blk_plug {  struct
 1676 static inline void blk_start_plug(struct blk_plug *plug)  in blk_start_plug()
 1680 static inline void blk_finish_plug(struct blk_plug *plug)  in blk_finish_plug()
 
 | 
| D | blk-mq.h | 185 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
 | 
| D | sched.h | 134 struct blk_plug;1644 	struct blk_plug *plug;
 
 | 
| /linux-4.4.14/block/ | 
| D | blk-core.c | 1615 	struct blk_plug *plug;  in blk_attempt_plug_merge()1664 	struct blk_plug *plug;  in blk_plug_queued_count()
 1703 	struct blk_plug *plug;  in blk_queue_bio()
 3155 void blk_start_plug(struct blk_plug *plug)  in blk_start_plug()
 3204 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule)  in flush_plug_callbacks()
 3224 	struct blk_plug *plug = current->plug;  in blk_check_plugged()
 3246 void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule)  in blk_flush_plug_list()
 3317 void blk_finish_plug(struct blk_plug *plug)  in blk_finish_plug()
 3329 	struct blk_plug *plug;  in blk_poll()
 
 | 
| D | blk-lib.c | 51 	struct blk_plug plug;  in blkdev_issue_discard()
 | 
| D | blk-mq.c | 1068 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule)  in blk_mq_flush_plug_list()1249 	struct blk_plug *plug;  in blk_mq_make_request()
 1343 	struct blk_plug *plug;  in blk_sq_make_request()
 
 | 
| D | blk-throttle.c | 1092 	struct blk_plug plug;  in blk_throtl_dispatch_work_fn()
 | 
| /linux-4.4.14/fs/hpfs/ | 
| D | buffer.c | 40 	struct blk_plug plug;  in hpfs_prefetch_sectors()
 | 
| /linux-4.4.14/mm/ | 
| D | swap_state.c | 473 	struct blk_plug plug;  in swapin_readahead()
 | 
| D | readahead.c | 114 	struct blk_plug plug;  in read_pages()
 | 
| D | madvise.c | 468 	struct blk_plug plug;  in SYSCALL_DEFINE3()
 | 
| D | page-writeback.c | 2324 	struct blk_plug plug;  in generic_writepages()
 | 
| D | vmscan.c | 2191 	struct blk_plug plug;  in shrink_lruvec()
 | 
| /linux-4.4.14/fs/nfs/blocklayout/ | 
| D | blocklayout.c | 236 	struct blk_plug plug;  in bl_read_pagelist()378 	struct blk_plug plug;  in bl_write_pagelist()
 
 | 
| /linux-4.4.14/fs/jbd2/ | 
| D | checkpoint.c | 185 	struct blk_plug plug;  in __flush_batch()
 | 
| D | commit.c | 391 	struct blk_plug plug;  in jbd2_journal_commit_transaction()
 | 
| /linux-4.4.14/fs/xfs/ | 
| D | xfs_itable.c | 182 	struct blk_plug			plug;  in xfs_bulkstat_ichunk_ra()
 | 
| D | xfs_dir2_readdir.c | 281 	struct blk_plug		plug;  in xfs_dir2_leaf_readbuf()
 | 
| D | xfs_buf.c | 1216 	struct blk_plug	plug;  in _xfs_buf_ioapply()1791 	struct blk_plug		plug;  in __xfs_buf_delwri_submit()
 
 | 
| /linux-4.4.14/fs/ | 
| D | mpage.c | 686 	struct blk_plug plug;  in mpage_writepages()
 | 
| D | fs-writeback.c | 1626 	struct blk_plug plug;  in writeback_inodes_wb()1662 	struct blk_plug plug;  in wb_writeback()
 
 | 
| D | direct-io.c | 1122 	struct blk_plug plug;  in do_blockdev_direct_IO()
 | 
| D | aio.c | 1578 	struct blk_plug plug;  in do_io_submit()
 | 
| D | block_dev.c | 1642 	struct blk_plug plug;  in blkdev_write_iter()
 | 
| D | buffer.c | 737 	struct blk_plug plug;  in fsync_buffers_list()
 | 
| /linux-4.4.14/drivers/md/ | 
| D | dm-bufio.c | 715 	struct blk_plug plug;  in __flush_write_list()1119 	struct blk_plug plug;  in dm_bufio_prefetch()
 
 | 
| D | dm-kcopyd.c | 583 	struct blk_plug plug;  in do_work()
 | 
| D | dm-crypt.c | 1197 		struct blk_plug plug;  in dmcrypt_write()
 | 
| D | raid1.c | 2386 	struct blk_plug plug;  in raid1d()
 | 
| D | dm-thin.c | 1997 	struct blk_plug plug;  in process_thin_deferred_bios()
 | 
| D | raid5.c | 5797 	struct blk_plug plug;  in raid5_do_work()5836 	struct blk_plug plug;  in raid5d()
 
 | 
| D | raid10.c | 2686 	struct blk_plug plug;  in raid10d()
 | 
| D | md.c | 7769 	struct blk_plug plug;  in md_do_sync()
 | 
| /linux-4.4.14/drivers/target/ | 
| D | target_core_iblock.c | 343 	struct blk_plug plug;  in iblock_submit_bios()
 | 
| /linux-4.4.14/fs/ext4/ | 
| D | file.c | 97 	struct blk_plug plug;  in ext4_file_write_iter()
 | 
| D | inode.c | 2460 	struct blk_plug plug;  in ext4_writepages()2474 		struct blk_plug plug;  in ext4_writepages()
 
 | 
| /linux-4.4.14/fs/f2fs/ | 
| D | gc.c | 780 	struct blk_plug plug;  in do_garbage_collect()
 | 
| D | checkpoint.c | 861 	struct blk_plug plug;  in block_operations()
 | 
| D | node.c | 1089 	struct blk_plug plug;  in get_node_page_ra()
 | 
| /linux-4.4.14/fs/gfs2/ | 
| D | log.c | 149 	struct blk_plug plug;  in gfs2_ail1_flush()
 | 
| /linux-4.4.14/drivers/block/xen-blkback/ | 
| D | blkback.c | 1211 	struct blk_plug plug;  in dispatch_rw_block_io()
 | 
| /linux-4.4.14/fs/btrfs/ | 
| D | transaction.c | 1031 	struct blk_plug plug;  in btrfs_write_and_wait_marked_extents()
 | 
| D | scrub.c | 3067 	struct blk_plug plug;  in scrub_stripe()
 | 
| D | tree-log.c | 2734 	struct blk_plug plug;  in btrfs_sync_log()
 | 
| D | volumes.c | 344 	struct blk_plug plug;  in run_scheduled_bios()
 |