Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dcompress.c209 .next_out = dst_data, in __bio_uncompress()
238 dst_data, dst_len, in __bio_uncompress()
311 struct bbuf dst_data = { NULL }; in bch2_bio_uncompress() local
319 dst_data = dst_len == dst_iter.bi_size in bch2_bio_uncompress()
327 if (dst_data.type != BB_NONE && in bch2_bio_uncompress()
328 dst_data.type != BB_VMAP) in bch2_bio_uncompress()
331 bio_unmap_or_unbounce(c, dst_data); in bch2_bio_uncompress()
477 dst_data.b, *dst_len, in __bio_compress()
518 if (dst_data.type != BB_NONE && in __bio_compress()
519 dst_data.type != BB_VMAP) in __bio_compress()
[all …]

Completed in 5 milliseconds