Home
last modified time | relevance | path

Searched refs:bio_flags (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.h72 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()
185 unsigned long bio_flags);
187 struct bio **bio, unsigned long *bio_flags,
302 unsigned long bio_flags; member
H A Ddisk-io.h86 int mirror_num, unsigned long bio_flags);
116 int mirror_num, unsigned long bio_flags,
H A Dextent_io.c164 unsigned long bio_flags) in submit_one_bio()
173 bio_flags); in submit_one_bio()
176 mirror_num, bio_flags); in submit_one_bio()
2485 failrec->bio_flags = 0; in btrfs_get_io_failure_record()
2510 failrec->bio_flags = EXTENT_BIO_COMPRESSED; in btrfs_get_io_failure_record()
2511 extent_set_compress_type(&failrec->bio_flags, em->compress_type); in btrfs_get_io_failure_record()
2702 failrec->bio_flags); in btrfs_submit_read_repair()
3024 * @bio_flags: flags of the current bio to see if we can merge them
3034 unsigned long bio_flags, in submit_extent_page()
3055 if (btrfs_bio_fits_in_stripe(page, page_size, bio, bio_flags)) in submit_extent_page()
163 submit_one_bio(struct bio *bio, int mirror_num, unsigned long bio_flags) submit_one_bio() argument
3026 submit_extent_page(unsigned int opf, struct writeback_control *wbc, struct page *page, u64 offset, size_t size, unsigned long pg_offset, struct bio **bio_ret, bio_end_io_t end_io_func, int mirror_num, unsigned long prev_bio_flags, unsigned long bio_flags, bool force_bio_submit) submit_extent_page() argument
3142 btrfs_do_readpage(struct page *page, struct extent_map **em_cached, struct bio **bio, unsigned long *bio_flags, unsigned int read_flags, u64 *prev_em_start) btrfs_do_readpage() argument
3346 contiguous_readpages(struct page *pages[], int nr_pages, u64 start, u64 end, struct extent_map **em_cached, struct bio **bio, unsigned long *bio_flags, u64 *prev_em_start) contiguous_readpages() argument
4352 unsigned long bio_flags = 0; extent_readahead() local
5497 unsigned long bio_flags = 0; read_extent_buffer_pages() local
[all...]
H A Dcompression.h101 int mirror_num, unsigned long bio_flags);
H A Dcompression.c620 int mirror_num, unsigned long bio_flags) in btrfs_submit_compressed_read()
670 cb->compress_type = extent_compress_type(bio_flags); in btrfs_submit_compressed_read()
619 btrfs_submit_compressed_read(struct inode *inode, struct bio *bio, int mirror_num, unsigned long bio_flags) btrfs_submit_compressed_read() argument
H A Dinode.c2112 * @bio_flags - flags of the bio
2119 unsigned long bio_flags) in btrfs_bio_fits_in_stripe()
2129 if (bio_flags & EXTENT_BIO_COMPRESSED) in btrfs_bio_fits_in_stripe()
2179 int mirror_num, unsigned long bio_flags) in btrfs_submit_data_bio()
2199 if (bio_flags & EXTENT_BIO_COMPRESSED) { in btrfs_submit_data_bio()
2202 bio_flags); in btrfs_submit_data_bio()
2215 ret = btrfs_wq_submit_bio(fs_info, bio, mirror_num, bio_flags, in btrfs_submit_data_bio()
7632 unsigned long bio_flags) in submit_dio_repair_bio()
8119 unsigned long bio_flags = 0; in btrfs_readpage() local
8125 ret = btrfs_do_readpage(page, NULL, &bio, &bio_flags, in btrfs_readpage()
2118 btrfs_bio_fits_in_stripe(struct page *page, size_t size, struct bio *bio, unsigned long bio_flags) btrfs_bio_fits_in_stripe() argument
2178 btrfs_submit_data_bio(struct inode *inode, struct bio *bio, int mirror_num, unsigned long bio_flags) btrfs_submit_data_bio() argument
7630 submit_dio_repair_bio(struct inode *inode, struct bio *bio, int mirror_num, unsigned long bio_flags) submit_dio_repair_bio() argument
[all...]
H A Dctree.h2981 int mirror_num, unsigned long bio_flags);
3028 unsigned long bio_flags);
H A Ddisk-io.c749 int mirror_num, unsigned long bio_flags, in btrfs_wq_submit_bio()
817 int mirror_num, unsigned long bio_flags) in btrfs_submit_metadata_bio()
748 btrfs_wq_submit_bio(struct btrfs_fs_info *fs_info, struct bio *bio, int mirror_num, unsigned long bio_flags, u64 bio_offset, void *private_data, extent_submit_bio_start_t *submit_bio_start) btrfs_wq_submit_bio() argument
816 btrfs_submit_metadata_bio(struct inode *inode, struct bio *bio, int mirror_num, unsigned long bio_flags) btrfs_submit_metadata_bio() argument

Completed in 32 milliseconds