Searched defs:sector (Results 1 – 15 of 15) sorted by relevance
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
D | snapuserd_dm_user.cpp | 306 bool Worker::ReadDataFromBaseDevice(sector_t sector, size_t read_size) { in ReadDataFromBaseDevice() 325 bool Worker::ReadAlignedSector(sector_t sector, size_t sz, bool header_response) { in ReadAlignedSector() 404 sector_t sector, size_t size, in ReadUnalignedSector() 438 bool Worker::ReadUnalignedSector(sector_t sector, size_t size) { in ReadUnalignedSector()
|
D | snapuserd_core.h | 264 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk() 391 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk()
|
/system/core/fs_mgr/libsnapshot/ |
D | dm_snapshot_internals.h | 35 void WriteSector(uint64_t sector) { WriteChunk(sector / chunk_sectors_); } in WriteSector()
|
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/ |
D | snapuserd_worker.cpp | 194 sector_t sector, size_t size, in ReadUnalignedSector() 238 int WorkerThread::ReadData(sector_t sector, size_t size) { in ReadData() 713 sector_t sector = header->sector; in DmuserReadRequest() local
|
D | snapuserd.h | 189 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk() 281 chunk_t SectorToChunk(sector_t sector) { return sector >> CHUNK_SHIFT; } in SectorToChunk()
|
/system/nfc/src/nfc/tags/ |
D | rw_t2t.cc | 650 tNFC_STATUS rw_t2t_sector_change(uint8_t sector) { in rw_t2t_sector_change() 1004 tNFC_STATUS RW_T2tSectorSelect(uint8_t sector) { in RW_T2tSectorSelect()
|
/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/ |
D | snapuserd_kernel.h | 85 __u64 sector; member
|
/system/core/fs_mgr/liblp/ |
D | images.cpp | 227 bool ImageBuilder::AddData(sparse_file* file, const std::string& blob, uint64_t sector) { in AddData() 241 bool ImageBuilder::SectorToBlock(uint64_t sector, uint32_t* block) { in SectorToBlock()
|
D | builder.cpp | 986 bool MetadataBuilder::AlignSector(const LpMetadataBlockDevice& block_device, uint64_t sector, in AlignSector()
|
/system/core/fs_mgr/ |
D | fs_mgr_dm_linear.cpp | 95 uint64_t sector = 0; in CreateDmTableInternal() local
|
/system/core/libdiskconfig/include/diskconfig/ |
D | diskconfig.h | 58 uint8_t sector; member
|
/system/core/fs_mgr/tools/ |
D | dmuserd.cpp | 71 __u64 sector; member
|
/system/core/fs_mgr/libdm/ |
D | dm_test.cpp | 126 char sector[512]; in TEST_F() local
|
/system/vold/ |
D | Checkpoint.cpp | 602 sector_t sector, uint32_t size, uint32_t block_size) { in relocatedRead()
|
/system/nfc/src/nfc/include/ |
D | rw_int.h | 392 uint8_t sector; /* Sector number that is selected */ member
|