Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dio_write.c900 unsigned total_output = 0, total_input = 0; in bch2_write_extent() local
1055 total_input += src_len; in bch2_write_extent()
1069 BUG_ON(total_output != total_input); in bch2_write_extent()
1071 dst = bio_split(src, total_input >> 9, in bch2_write_extent()