Lines Matching defs:ofs
1116 s64 bytes_read, to_read, ofs, total;
1129 for (ofs = 0; rl->length && (ofs + (rl->length <<
1131 ofs += (rl->length << vol->cluster_size_bits);
1133 ofs = pos - ofs;
1134 for (total = 0LL; count; rl++, ofs = 0) {
1142 vol->cluster_size_bits) - ofs);
1152 ofs);
1155 vol->cluster_size_bits) + ofs, to_read, b);
1183 * @ofs: offset in file for runlist element indicated in @rl
1203 s64 ofs, const s64 pos, s64 count, void *b)
1218 while (rl->length && (ofs + (rl->length <<
1220 ofs += (rl->length << vol->cluster_size_bits);
1224 ofs = pos - ofs;
1225 for (total = 0LL; count; rl++, ofs = 0) {
1234 vol->cluster_size_bits) - ofs);
1243 ofs);
1247 vol->cluster_size_bits) + ofs,