Searched refs:span_fileoffset (Results 1 – 4 of 4) sorted by relevance
37 span_fileoffset = f_offset; in set_span()40 if (span_fileoffset >= fsz) in set_span()41 span_fileoffset = fsz; in set_span()42 if (span_size > fsz - span_fileoffset) in set_span()43 span_size = fsz - span_fileoffset; in set_span()51 int64_t off = span_offset + span_fileoffset; in read()
48 int64_t span_fileoffset; // the window begin on the file variable