Home
last modified time | relevance | path

Searched defs:sector (Results 1 – 15 of 15) sorted by relevance

/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_dm_user.cpp306 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()
Dsnapuserd_core.h264 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/
Ddm_snapshot_internals.h35 void WriteSector(uint64_t sector) { WriteChunk(sector / chunk_sectors_); } in WriteSector()
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dsnapuserd_worker.cpp194 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
Dsnapuserd.h189 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/
Drw_t2t.cc650 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/
Dsnapuserd_kernel.h85 __u64 sector; member
/system/core/fs_mgr/liblp/
Dimages.cpp227 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()
Dbuilder.cpp986 bool MetadataBuilder::AlignSector(const LpMetadataBlockDevice& block_device, uint64_t sector, in AlignSector()
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp95 uint64_t sector = 0; in CreateDmTableInternal() local
/system/core/libdiskconfig/include/diskconfig/
Ddiskconfig.h58 uint8_t sector; member
/system/core/fs_mgr/tools/
Ddmuserd.cpp71 __u64 sector; member
/system/core/fs_mgr/libdm/
Ddm_test.cpp126 char sector[512]; in TEST_F() local
/system/vold/
DCheckpoint.cpp602 sector_t sector, uint32_t size, uint32_t block_size) { in relocatedRead()
/system/nfc/src/nfc/include/
Drw_int.h392 uint8_t sector; /* Sector number that is selected */ member