/linux-4.4.14/fs/btrfs/ |
D | extent_io.h | 68 unsigned long bio_flags, u64 bio_offset); 78 unsigned long bio_flags); 177 static inline void extent_set_compress_type(unsigned long *bio_flags, in extent_set_compress_type() argument 180 *bio_flags |= compress_type << EXTENT_BIO_FLAG_SHIFT; in extent_set_compress_type() 183 static inline int extent_compress_type(unsigned long bio_flags) in extent_compress_type() argument 185 return bio_flags >> EXTENT_BIO_FLAG_SHIFT; in extent_compress_type() 377 unsigned long bio_flags; member
|
D | extent_io.c | 123 unsigned long bio_flags; member 2292 failrec->bio_flags = 0; in btrfs_get_io_failure_record() 2317 failrec->bio_flags = EXTENT_BIO_COMPRESSED; in btrfs_get_io_failure_record() 2318 extent_set_compress_type(&failrec->bio_flags, in btrfs_get_io_failure_record() 2508 failrec->bio_flags, 0); in bio_readpage_error() 2817 int mirror_num, unsigned long bio_flags) in submit_one_bio() argument 2833 mirror_num, bio_flags, start); in submit_one_bio() 2843 unsigned long bio_flags) in merge_bio() argument 2848 bio_flags); in merge_bio() 2864 unsigned long bio_flags, in submit_extent_page() argument [all …]
|
D | compression.h | 47 int mirror_num, unsigned long bio_flags);
|
D | disk-io.h | 127 unsigned long bio_flags, u64 bio_offset,
|
D | disk-io.c | 123 unsigned long bio_flags; member 786 async->mirror_num, async->bio_flags, in run_one_async_start() 819 async->mirror_num, async->bio_flags, in run_one_async_done() 833 unsigned long bio_flags, in btrfs_wq_submit_bio() argument 854 async->bio_flags = bio_flags; in btrfs_wq_submit_bio() 893 unsigned long bio_flags, in __btree_submit_bio_start() argument 904 int mirror_num, unsigned long bio_flags, in __btree_submit_bio_done() argument 921 static int check_async_write(struct inode *inode, unsigned long bio_flags) in check_async_write() argument 923 if (bio_flags & EXTENT_BIO_TREE_LOG) in check_async_write() 933 int mirror_num, unsigned long bio_flags, in btree_submit_bio_hook() argument [all …]
|
D | compression.c | 564 int mirror_num, unsigned long bio_flags) in btrfs_submit_compressed_read() argument 617 cb->compress_type = extent_compress_type(bio_flags); in btrfs_submit_compressed_read() 643 if (!(bio_flags & EXTENT_BIO_PARENT_LOCKED)) in btrfs_submit_compressed_read()
|
D | inode.c | 1806 unsigned long bio_flags) in btrfs_merge_bio_hook() argument 1814 if (bio_flags & EXTENT_BIO_COMPRESSED) in btrfs_merge_bio_hook() 1838 unsigned long bio_flags, in __btrfs_submit_bio_start() argument 1858 int mirror_num, unsigned long bio_flags, in __btrfs_submit_bio_done() argument 1877 int mirror_num, unsigned long bio_flags, in btrfs_submit_bio_hook() argument 1896 if (bio_flags & EXTENT_BIO_COMPRESSED) { in btrfs_submit_bio_hook() 1899 bio_flags); in btrfs_submit_bio_hook() 1914 bio_flags, bio_offset, in btrfs_submit_bio_hook() 8051 unsigned long bio_flags, u64 offset) in __btrfs_submit_bio_start_direct_io() argument
|
D | ctree.h | 3973 unsigned long bio_flags);
|
/linux-4.4.14/include/linux/ |
D | buffer_head.h | 194 int _submit_bh(int rw, struct buffer_head *bh, unsigned long bio_flags);
|
/linux-4.4.14/fs/ |
D | buffer.c | 49 unsigned long bio_flags, 3000 unsigned long bio_flags, struct writeback_control *wbc) in submit_bh_wbc() argument 3035 bio->bi_flags |= bio_flags; in submit_bh_wbc() 3049 int _submit_bh(int rw, struct buffer_head *bh, unsigned long bio_flags) in _submit_bh() argument 3051 return submit_bh_wbc(rw, bh, bio_flags, NULL); in _submit_bh()
|