Lines Matching refs:total_out
68 unsigned long *total_out)
73 out_pages, total_in, total_out);
76 out_pages, total_in, total_out);
79 out_pages, total_in, total_out);
1143 * @total_out is an in/out parameter, must be set to the input length and will
1153 unsigned long *total_out)
1163 out_pages, total_in, total_out);
1235 * total_out is the last byte of the buffer
1238 unsigned long total_out, u64 disk_start,
1245 unsigned long working_bytes = total_out - buf_start;
1257 if (total_out <= start_byte)
1264 if (total_out > start_byte && buf_start < start_byte) {
1306 if (total_out <= start_byte)
1314 if (total_out > start_byte &&
1317 working_bytes = total_out - start_byte;