Searched refs:byte_offset (Results 1 – 2 of 2) sorted by relevance
56 uint64_t byte_offset; member96 int64_t get_physical_offset(const char* file_name, uint64_t byte_offset) { in get_physical_offset() argument108 fiemap->fm_start = byte_offset; in get_physical_offset()136 return extent->fe_physical + (byte_offset - extent->fe_logical); in get_physical_offset()197 args->byte_offset = strtoull(*arg, nullptr, 10); in parse_args()198 if (args->byte_offset == ULLONG_MAX) { in parse_args()221 int64_t physical_offset_signed = get_physical_offset(args->file_name, args->byte_offset); in main()
443 for (size_t byte_offset = 0; byte_offset < BLOCK_SZ; byte_offset++) { in ProcessXorData() local444 buffer[byte_offset] ^= xor_data[byte_offset]; in ProcessXorData()575 for (size_t byte_offset = 0; byte_offset < BLOCK_SZ; byte_offset++) { in ReadAheadSyncIO() local576 buffer[byte_offset] ^= xor_data[byte_offset]; in ReadAheadSyncIO()