Searched defs:bbio (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | bio.c | 24 struct btrfs_bio *bbio; member 30 static inline bool is_data_bbio(const struct btrfs_bio *bbio) in is_data_bbio() 35 static bool bbio_has_ordered_extent(const struct btrfs_bio *bbio) in bbio_has_ordered_extent() 44 void btrfs_bio_init(struct btrfs_bio *bbio, struct btrfs_inode *inode, u64 file_offset, in btrfs_bio_init() 70 struct btrfs_bio *bbio; in btrfs_bio_alloc() local 83 struct btrfs_bio *bbio; in btrfs_split_bio() local 111 void btrfs_bio_end_io(struct btrfs_bio *bbio, blk_status_t status) in btrfs_bio_end_io() 302 static void btrfs_check_read_bio(struct btrfs_bio *bbio, struct btrfs_device *dev) in btrfs_check_read_bio() 376 struct btrfs_bio *bbio = container_of(work, struct btrfs_bio, end_io_work); in simple_end_io_work() local 392 struct btrfs_bio *bbio = btrfs_bio(bio); in btrfs_simple_end_io() local [all …]
|
| H A D | file-item.c | 346 int btrfs_lookup_bio_sums(struct btrfs_bio *bbio) in btrfs_lookup_bio_sums() 774 static void csum_one_bio(struct btrfs_bio *bbio, struct bvec_iter *src) in csum_one_bio() 802 struct btrfs_bio *bbio = container_of(work, struct btrfs_bio, csum_work); in csum_one_bio_work() local 813 int btrfs_csum_one_bio(struct btrfs_bio *bbio, bool async) in btrfs_csum_one_bio() 853 int btrfs_alloc_dummy_sum(struct btrfs_bio *bbio) in btrfs_alloc_dummy_sum()
|
| H A D | scrub.c | 890 static void scrub_repair_read_endio(struct btrfs_bio *bbio) in scrub_repair_read_endio() 924 static void scrub_bio_add_sector(struct btrfs_bio *bbio, struct scrub_stripe *stripe, in scrub_bio_add_sector() 949 struct btrfs_bio *bbio; in alloc_scrub_bbio() local 962 struct btrfs_bio *bbio = NULL; in scrub_stripe_submit_repair_read() local 1249 static void scrub_read_endio(struct btrfs_bio *bbio) in scrub_read_endio() 1277 static void scrub_write_endio(struct btrfs_bio *bbio) in scrub_write_endio() 1308 struct btrfs_bio *bbio, bool dev_replace) in scrub_submit_write_bio() 1352 struct btrfs_bio *bbio = NULL; in scrub_write_sectors() local 1804 struct btrfs_bio *bbio = NULL; in scrub_submit_extent_sector_read() local 1884 struct btrfs_bio *bbio; in scrub_submit_initial_read() local
|
| H A D | compression.c | 56 static inline struct compressed_bio *to_compressed_bio(struct btrfs_bio *bbio) in to_compressed_bio() 65 struct btrfs_bio *bbio; in alloc_compressed_bio() local 231 static void end_bbio_compressed_read(struct btrfs_bio *bbio) in end_bbio_compressed_read() 290 static void end_bbio_compressed_write(struct btrfs_bio *bbio) in end_bbio_compressed_write() 527 void btrfs_submit_compressed_read(struct btrfs_bio *bbio) in btrfs_submit_compressed_read()
|
| H A D | extent_io.c | 98 struct btrfs_bio *bbio; member 162 struct btrfs_bio *bbio = bio_ctrl->bbio; in bio_set_csum_search_commit_root() local 176 struct btrfs_bio *bbio = bio_ctrl->bbio; in submit_one_bio() local 207 struct btrfs_bio *bbio = bio_ctrl->bbio; in submit_write_bio() local 517 static void end_bbio_data_write(struct btrfs_bio *bbio) in end_bbio_data_write() 573 static void end_bbio_data_read(struct btrfs_bio *bbio) in end_bbio_data_read() 743 struct btrfs_bio *bbio; in alloc_new_bio() local 2198 static void end_bbio_meta_write(struct btrfs_bio *bbio) in end_bbio_meta_write() 2247 struct btrfs_bio *bbio; in write_one_eb() local 3839 static void end_bbio_meta_read(struct btrfs_bio *bbio) in end_bbio_meta_read() [all …]
|
| H A D | zoned.c | 2026 bool btrfs_use_zone_append(struct btrfs_bio *bbio) in btrfs_use_zone_append() 2065 void btrfs_record_physical_zoned(struct btrfs_bio *bbio) in btrfs_record_physical_zoned()
|
| H A D | relocation.c | 3976 static void reloc_endio(struct btrfs_bio *bbio) in reloc_endio() 3994 struct btrfs_bio *bbio; in copy_remapped_data_io() local
|
| H A D | inode.c | 3538 bool btrfs_data_csum_ok(struct btrfs_bio *bbio, struct btrfs_device *dev, in btrfs_data_csum_ok() 9547 static void btrfs_encoded_read_endio(struct btrfs_bio *bbio) in btrfs_encoded_read_endio() 9581 struct btrfs_bio *bbio; in btrfs_encoded_read_regular_fill_pages() local
|
| H A D | disk-io.c | 255 int btree_csum_one_bio(struct btrfs_bio *bbio) in btree_csum_one_bio()
|
| /linux/drivers/md/bcache/ |
| H A D | bcache.h | 745 struct bbio { struct 746 unsigned int submit_time_us; 747 union { 755 struct bio bio;
|