Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dcompress.c123 static struct bbuf bio_map_or_bounce(struct bch_fs *c, struct bio *bio, int rw) in bio_map_or_bounce() function
161 src_data = bio_map_or_bounce(c, src, READ); in __bio_uncompress()
404 dst_data = bio_map_or_bounce(c, dst, WRITE); in __bio_compress()
405 src_data = bio_map_or_bounce(c, src, READ); in __bio_compress()