Searched refs:bch2_bio_map (Results 1 – 9 of 9) sorted by relevance
/linux/fs/bcachefs/ |
H A D | super-io.c | 688 bch2_bio_map(sb->bio, sb->sb, sb->buffer_size); in read_one_super() 837 bch2_bio_map(sb->bio, sb->sb, sizeof(struct bch_sb_layout)); in __bch2_read_super() 947 bch2_bio_map(bio, ca->sb_read_scratch, BCH_SB_READ_SCRATCH_BUF_SIZE); in read_back_super() 970 bch2_bio_map(bio, sb, in write_one_super()
|
H A D | debug.c | 54 bch2_bio_map(bio, n_sorted, btree_buf_bytes(b)); in bch2_btree_verify_replica() 216 bch2_bio_map(bio, n_ondisk, btree_buf_bytes(b)); in bch2_btree_node_ondisk_to_text()
|
H A D | btree_node_scan.c | 167 bch2_bio_map(bio, bn, PAGE_SIZE); in try_read_btree_node()
|
H A D | util.h | 355 void bch2_bio_map(struct bio *bio, void *base, size_t);
|
H A D | btree_io.c | 1656 bch2_bio_map(&rb->bio, ra->buf[i], btree_buf_bytes(b)); in btree_node_read_all_replicas() 1738 bch2_bio_map(bio, b->data, btree_buf_bytes(b)); in bch2_btree_node_read() 2240 bch2_bio_map(&wbio->wbio.bio, data, sectors_to_write << 9); in __bch2_btree_node_write()
|
H A D | journal_io.c | 1042 bch2_bio_map(bio, buf->data, sectors_read << 9); in journal_read_bucket() 1777 bch2_bio_map(bio, w->data, sectors << 9); in CLOSURE_CALLBACK()
|
H A D | backpointers.c | 434 bch2_bio_map(bio, data_buf, bytes); in check_extent_checksum()
|
H A D | io_write.c | 762 bch2_bio_map(bio, buf, output_available); in bch2_write_bio_alloc()
|
H A D | ec.c | 804 bch2_bio_map(&ec_bio->bio, buf->data[idx] + offset, b); in ec_block_io()
|