Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dio_write.c971 unsigned total_output = 0, total_input = 0; in bch2_write_extent() local
1143 total_input += src_len; in bch2_write_extent()
1157 BUG_ON(total_output != total_input); in bch2_write_extent()
1159 dst = bio_split(src, total_input >> 9, in bch2_write_extent()