Lines Matching defs:pos
21 unsigned long long pos; /* Offset in bytes */
123 ret = ops->seek(cur->base, cur->pos, extra_offset);
146 cur->pos = 0U;
177 cur->pos = offset;
180 if (((cur->base + cur->pos + (unsigned long long)offset) >=
182 ((cur->base + cur->pos + (unsigned long long)offset) <
183 cur->base + cur->pos)) {
187 cur->pos += (unsigned long long)offset;
218 cur->base + cur->pos, buffer, length);
219 if ((cur->base + cur->pos + length) > cur->dev_spec->device_size) {
223 ret = ops->read(cur->base + cur->pos + cur->extra_offset, buffer,
230 cur->pos += *out_length;