Home
last modified time | relevance | path

Searched refs:CHUNK_SIZE (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapuserd_kernel.h47 static constexpr uint32_t CHUNK_SIZE = 8; variable
48 static constexpr uint32_t CHUNK_SHIFT = (__builtin_ffs(CHUNK_SIZE) - 1);
/system/core/fs_mgr/libsnapshot/
Dsnapuserd_worker.cpp82 exceptions_per_area_ = (CHUNK_SIZE << SECTOR_SHIFT) / sizeof(struct disk_exception); in WorkerThread()
130 dh->chunk_size = CHUNK_SIZE; in ConstructKernelCowHeader()
Dsnapuserd.cpp366 exceptions_per_area_ = (CHUNK_SIZE << SECTOR_SHIFT) / sizeof(struct disk_exception); in ReadMetadata()