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

/linux-master/fs/bcachefs/
H A Dio_write.c896 unsigned total_output = 0, total_input = 0; local
1051 total_input += src_len;
1065 BUG_ON(total_output != total_input);
1067 dst = bio_split(src, total_input >> 9,

Completed in 107 milliseconds