Home
last modified time | relevance | path

Searched refs:bio_flags (Results 1 – 9 of 9) sorted by relevance

/fs/btrfs/
Dextent_io.h90 int mirror_num, unsigned long bio_flags,
100 unsigned long bio_flags);
198 static inline void extent_set_compress_type(unsigned long *bio_flags, in extent_set_compress_type() argument
201 *bio_flags |= compress_type << EXTENT_BIO_FLAG_SHIFT; in extent_set_compress_type()
204 static inline int extent_compress_type(unsigned long bio_flags) in extent_compress_type() argument
206 return bio_flags >> EXTENT_BIO_FLAG_SHIFT; in extent_compress_type()
471 unsigned long bio_flags; member
Dextent_io.c123 unsigned long bio_flags; member
2209 failrec->bio_flags = 0; in btrfs_get_io_failure_record()
2234 failrec->bio_flags = EXTENT_BIO_COMPRESSED; in btrfs_get_io_failure_record()
2235 extent_set_compress_type(&failrec->bio_flags, in btrfs_get_io_failure_record()
2427 failrec->bio_flags, 0); in bio_readpage_error()
2727 unsigned long bio_flags) in submit_one_bio() argument
2742 mirror_num, bio_flags, start); in submit_one_bio()
2752 unsigned long bio_flags) in merge_bio() argument
2757 bio_flags); in merge_bio()
2772 unsigned long bio_flags, in submit_extent_page() argument
[all …]
Dcompression.h47 int mirror_num, unsigned long bio_flags);
Ddisk-io.h129 unsigned long bio_flags, u64 bio_offset,
Ddisk-io.c128 unsigned long bio_flags; member
875 async->mirror_num, async->bio_flags, in run_one_async_start()
908 async->bio_flags, async->bio_offset); in run_one_async_done()
921 unsigned long bio_flags, in btrfs_wq_submit_bio() argument
941 async->bio_flags = bio_flags; in btrfs_wq_submit_bio()
979 int mirror_num, unsigned long bio_flags, in __btree_submit_bio_start() argument
990 int mirror_num, unsigned long bio_flags, in __btree_submit_bio_done() argument
1007 static int check_async_write(struct inode *inode, unsigned long bio_flags) in check_async_write() argument
1009 if (bio_flags & EXTENT_BIO_TREE_LOG) in check_async_write()
1019 int mirror_num, unsigned long bio_flags, in btree_submit_bio_hook() argument
[all …]
Dcompression.c572 int mirror_num, unsigned long bio_flags) in btrfs_submit_compressed_read() argument
625 cb->compress_type = extent_compress_type(bio_flags); in btrfs_submit_compressed_read()
Dinode.c1859 unsigned long bio_flags) in btrfs_merge_bio_hook() argument
1867 if (bio_flags & EXTENT_BIO_COMPRESSED) in btrfs_merge_bio_hook()
1890 int mirror_num, unsigned long bio_flags, in __btrfs_submit_bio_start() argument
1910 int mirror_num, unsigned long bio_flags, in __btrfs_submit_bio_done() argument
1929 int mirror_num, unsigned long bio_flags, in btrfs_submit_bio_hook() argument
1948 if (bio_flags & EXTENT_BIO_COMPRESSED) { in btrfs_submit_bio_hook()
1951 bio_flags); in btrfs_submit_bio_hook()
1966 bio_flags, bio_offset, in btrfs_submit_bio_hook()
8293 unsigned long bio_flags, u64 offset) in __btrfs_submit_bio_start_direct_io() argument
8474 bio_set_op_attrs(bio, bio_op(orig_bio), bio_flags(orig_bio)); in btrfs_submit_direct_hook()
[all …]
Dctree.h3152 unsigned long bio_flags);
/fs/
Dbuffer.c50 unsigned long bio_flags,
3055 unsigned long bio_flags, struct writeback_control *wbc) in submit_bh_wbc() argument
3090 bio->bi_flags |= bio_flags; in submit_bh_wbc()
3106 unsigned long bio_flags) in _submit_bh() argument
3108 return submit_bh_wbc(op, op_flags, bh, bio_flags, NULL); in _submit_bh()