Home
last modified time | relevance | path

Searched refs:bch2_bio_map (Results 1 – 9 of 9) sorted by relevance

/linux/fs/bcachefs/
H A Dsuper-io.c688 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 Ddebug.c54 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 Dbtree_node_scan.c167 bch2_bio_map(bio, bn, PAGE_SIZE); in try_read_btree_node()
H A Dutil.h355 void bch2_bio_map(struct bio *bio, void *base, size_t);
H A Dbtree_io.c1656 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 Djournal_io.c1042 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 Dbackpointers.c434 bch2_bio_map(bio, data_buf, bytes); in check_extent_checksum()
H A Dio_write.c762 bch2_bio_map(bio, buf, output_available); in bch2_write_bio_alloc()
H A Dec.c804 bch2_bio_map(&ec_bio->bio, buf->data[idx] + offset, b); in ec_block_io()