Searched refs:bch2_bio_map (Results 1 – 7 of 7) sorted by relevance
/linux/fs/bcachefs/ |
H A D | super-io.c | 642 bch2_bio_map(sb->bio, sb->sb, sb->buffer_size); in read_one_super() 790 bch2_bio_map(sb->bio, sb->sb, sizeof(struct bch_sb_layout)); in __bch2_read_super() 898 bch2_bio_map(bio, ca->sb_read_scratch, PAGE_SIZE); in read_back_super() 922 bch2_bio_map(bio, sb, in write_one_super()
|
H A D | debug.c | 53 bch2_bio_map(bio, n_sorted, btree_buf_bytes(b)); in bch2_btree_verify_replica() 215 bch2_bio_map(bio, n_ondisk, btree_buf_bytes(b)); in bch2_btree_node_ondisk_to_text()
|
H A D | util.h | 332 void bch2_bio_map(struct bio *bio, void *base, size_t);
|
H A D | btree_io.c | 1620 bch2_bio_map(&rb->bio, ra->buf[i], btree_buf_bytes(b)); in btree_node_read_all_replicas() 1702 bch2_bio_map(bio, b->data, btree_buf_bytes(b)); in bch2_btree_node_read() 2199 bch2_bio_map(&wbio->wbio.bio, data, sectors_to_write << 9); in __bch2_btree_node_write()
|
H A D | util.c | 621 void bch2_bio_map(struct bio *bio, void *base, size_t size) in bch2_bio_map() function
|
H A D | backpointers.c | 493 bch2_bio_map(bio, data_buf, bytes); in check_extent_checksum()
|
H A D | ec.c | 805 bch2_bio_map(&ec_bio->bio, buf->data[idx] + offset, b); in ec_block_io()
|