Searched refs:extent (Results 1 – 2 of 2) sorted by relevance
/test/vts-testcase/kernel/encryption/ |
D | file_based_encryption_tests.cpp | 270 const struct fiemap_extent &extent = map->fm_extents[i]; in ReadRawDataOfFile() local 273 << " is logical offset " << extent.fe_logical in ReadRawDataOfFile() 274 << ", physical offset " << extent.fe_physical in ReadRawDataOfFile() 275 << ", length " << extent.fe_length << ", flags 0x" in ReadRawDataOfFile() 276 << std::hex << extent.fe_flags << std::dec; in ReadRawDataOfFile() 278 if (extent.fe_flags & (FIEMAP_EXTENT_UNKNOWN | FIEMAP_EXTENT_UNWRITTEN)) { in ReadRawDataOfFile() 280 << extent.fe_flags << std::dec; in ReadRawDataOfFile() 283 if (extent.fe_length % kFilesystemBlockSize != 0) { in ReadRawDataOfFile() 287 if (extent.fe_length > expected_data_size - offset) { in ReadRawDataOfFile() 291 if (pread(blk_fd, &buf[offset], extent.fe_length, extent.fe_physical) != in ReadRawDataOfFile() [all …]
|
/test/mlts/models/assets/asr_float/ |
D | LICENSE | 13 fullest extent possible. 62 extent this Public License may be interpreted as a contract, You are 194 the extent possible, the Licensor waives and/or agrees not to 196 extent necessary to allow You to exercise the Licensed 202 3. To the extent possible, the Licensor waives any right to 237 extent reasonably practicable; 254 information required by Section 3(a)(1)(A) to the extent 308 above shall be interpreted in a manner that, to the extent 359 b. To the extent possible, if any provision of this Public License is 361 minimum extent necessary to make it enforceable. If the provision
|