Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent_io.h66 unsigned long bio_flags, u64 bio_offset);
76 unsigned long bio_flags);
164 static inline void extent_set_compress_type(unsigned long *bio_flags, in extent_set_compress_type() argument
167 *bio_flags |= compress_type << EXTENT_BIO_FLAG_SHIFT; in extent_set_compress_type()
170 static inline int extent_compress_type(unsigned long bio_flags) in extent_compress_type() argument
172 return bio_flags >> EXTENT_BIO_FLAG_SHIFT; in extent_compress_type()
358 unsigned long bio_flags; member
Dextent_io.c123 unsigned long bio_flags; member
2224 failrec->bio_flags = 0; in btrfs_get_io_failure_record()
2249 failrec->bio_flags = EXTENT_BIO_COMPRESSED; in btrfs_get_io_failure_record()
2250 extent_set_compress_type(&failrec->bio_flags, in btrfs_get_io_failure_record()
2440 failrec->bio_flags, 0); in bio_readpage_error()
2750 int mirror_num, unsigned long bio_flags) in submit_one_bio() argument
2766 mirror_num, bio_flags, start); in submit_one_bio()
2778 unsigned long bio_flags) in merge_bio() argument
2783 bio_flags); in merge_bio()
2798 unsigned long bio_flags, in submit_extent_page() argument
[all …]
Dcompression.h47 int mirror_num, unsigned long bio_flags);
Ddisk-io.h125 unsigned long bio_flags, u64 bio_offset,
Ddisk-io.c123 unsigned long bio_flags; member
787 async->mirror_num, async->bio_flags, in run_one_async_start()
816 async->mirror_num, async->bio_flags, in run_one_async_done()
830 unsigned long bio_flags, in btrfs_wq_submit_bio() argument
851 async->bio_flags = bio_flags; in btrfs_wq_submit_bio()
890 unsigned long bio_flags, in __btree_submit_bio_start() argument
901 int mirror_num, unsigned long bio_flags, in __btree_submit_bio_done() argument
916 static int check_async_write(struct inode *inode, unsigned long bio_flags) in check_async_write() argument
918 if (bio_flags & EXTENT_BIO_TREE_LOG) in check_async_write()
928 int mirror_num, unsigned long bio_flags, in btree_submit_bio_hook() argument
[all …]
Dcompression.c568 int mirror_num, unsigned long bio_flags) in btrfs_submit_compressed_read() argument
621 cb->compress_type = extent_compress_type(bio_flags); in btrfs_submit_compressed_read()
647 if (!(bio_flags & EXTENT_BIO_PARENT_LOCKED)) in btrfs_submit_compressed_read()
Dinode.c1795 unsigned long bio_flags) in btrfs_merge_bio_hook() argument
1803 if (bio_flags & EXTENT_BIO_COMPRESSED) in btrfs_merge_bio_hook()
1827 unsigned long bio_flags, in __btrfs_submit_bio_start() argument
1847 int mirror_num, unsigned long bio_flags, in __btrfs_submit_bio_done() argument
1864 int mirror_num, unsigned long bio_flags, in btrfs_submit_bio_hook() argument
1883 if (bio_flags & EXTENT_BIO_COMPRESSED) { in btrfs_submit_bio_hook()
1886 bio_flags); in btrfs_submit_bio_hook()
1901 bio_flags, bio_offset, in btrfs_submit_bio_hook()
7961 unsigned long bio_flags, u64 offset) in __btrfs_submit_bio_start_direct_io() argument
Dctree.h3915 unsigned long bio_flags);
/linux-4.1.27/include/linux/
Dbuffer_head.h194 int _submit_bh(int rw, struct buffer_head *bh, unsigned long bio_flags);
/linux-4.1.27/fs/
Dbuffer.c3000 int _submit_bh(int rw, struct buffer_head *bh, unsigned long bio_flags) in _submit_bh() argument
3034 bio->bi_flags |= bio_flags; in _submit_bh()