Home
last modified time | relevance | path

Searched refs:blk_cnt (Results 1 – 2 of 2) sorted by relevance

/system/core/trusty/storage/tests/
Dmain.cpp795 size_t blk_cnt = 32; in TEST_P() local
805 for (uint i = 0; i < blk_cnt; i++) { in TEST_P()
810 WriteReadAtOffsetHelper(handle, blk, blk_cnt, true); in TEST_P()
/system/apex/apexd/
Dapexd.cpp174 uint64_t blk_cnt; in ReleaseF2fsCompressedBlocks() local
175 if (ioctl(fd, F2FS_IOC_RELEASE_COMPRESS_BLOCKS, &blk_cnt) == -1) { in ReleaseF2fsCompressedBlocks()
179 LOG(INFO) << "Released " << blk_cnt << " compressed blocks from " in ReleaseF2fsCompressedBlocks()