Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dcompress.c24 static struct bbuf __bounce_alloc(struct bch_fs *c, unsigned size, int rw) in __bounce_alloc() function
115 ret = __bounce_alloc(c, start.bi_size, rw); in __bio_map_or_bounce()
239 data = __bounce_alloc(c, dst_len, WRITE); in bch2_bio_uncompress_inplace()
281 : __bounce_alloc(c, dst_len, WRITE); in bch2_bio_uncompress()