Lines Matching defs:offset
43 * @off: offset of data in buffer_head->b_data
45 * Returns pointer to buffer_head containing data starting with offset @off,
46 * if you don't need to know offset just set @off = NULL.
246 * run as stored on disk, we offset the start and length members
263 int offset = blockno - sum;
266 run->start = array[i].start + offset;
267 run->len = array[i].len - offset;
343 int offset = search_blk - sum;
347 fs16_to_cpu(sb, array[j].start) + offset;
349 fs16_to_cpu(sb, array[j].len) - offset;
410 * Then we offset the run as in befs_find_brun_array() and we are
421 int offset;
515 offset = blockno - blockno_at_run_start;
517 run->start += offset;
518 run->len -= offset;