Lines Matching defs:start_off
240 off_t start_off, end_off;
258 start_off = exfat_c2o(exfat, clus);
259 end_off = start_off + DIV_ROUND_UP(dump_size, 512) * 512;
261 if (dump_range(ei, start_off, end_off) < 0)
612 off_t start_off, end_off_excl;
644 start_off = exfat_c2o(ei->exfat, clu);
647 if (dump_bytes_to_stdout(ei, start_off, end_off_excl,
662 off_t start_off, end_off;
666 start_off = 0;
668 if (dump_bytes_to_stdout(ei, start_off, end_off, false) < 0) {
688 start_off = exfat_c2o(exfat, start_clu);
691 (unsigned long long)start_off,
708 start_off = exfat_c2o(exfat, start_clu);
711 (unsigned long long)start_off,