Lines Matching refs:to_read
991 s64 br, to_read, ofs, total, total2, max_read, max_init;
1154 to_read = min(count, (rl->length <<
1156 memset(b, 0, to_read);
1158 total += to_read;
1159 count -= to_read;
1160 b = (u8*)b + to_read;
1164 to_read = min(count, (rl->length << vol->cluster_size_bits) -
1168 " %lld.\n", (long long)to_read, (long long)rl->vcn,
1171 ofs, to_read, b);
1178 if (br == to_read)