Searched refs:xt (Results 1 – 1 of 1) sorted by relevance
99 auto xt = &(fiemap->fm_extents[i]); in check_file() local100 LOG(DEBUG) << "Extent " << i << " at " << xt->fe_physical << " length " << xt->fe_length; in check_file()101 if (lseek64(haystack_fd.get(), xt->fe_physical, SEEK_SET) == -1) { in check_file()105 auto toread = xt->fe_length; in check_file()