Home
last modified time | relevance | path

Searched refs:first_extent (Results 1 – 7 of 7) sorted by relevance

/external/erofs-utils/lib/
Dblock_list.c35 erofs_blk_t nblocks, bool first_extent, in blocklist_write() argument
40 if (first_extent) { in blocklist_write()
61 erofs_blk_t nblocks, bool first_extent, in erofs_droid_blocklist_write_extent() argument
73 blocklist_write(inode->i_srcpath, blk_start, nblocks, first_extent, in erofs_droid_blocklist_write_extent()
Dblobchunk.c111 bool first_extent = true; in erofs_blob_write_chunk_indexes() local
141 first_extent, false); in erofs_blob_write_chunk_indexes()
142 first_extent = false; in erofs_blob_write_chunk_indexes()
159 first_extent, true); in erofs_blob_write_chunk_indexes()
/external/erofs-utils/include/erofs/
Dblock_list.h25 bool first_extent, bool last_extent);
35 bool first_extent, bool last_extent) {}
/external/cronet/base/allocator/partition_allocator/
Dpartition_bucket.cc848 PA_DCHECK(!root->first_extent); in InitializeSuperPage()
849 root->first_extent = latest_extent; in InitializeSuperPage()
Dpartition_root.cc787 auto* curr = first_extent; in DestructForTesting()
1600 first_extent = nullptr; in ResetForTesting()
Dpartition_root.h381 SuperPageExtentEntry* first_extent = nullptr; in PA_COMPONENT_EXPORT() local
/external/cronet/base/allocator/partition_allocator/starscan/
Dpcscan_internal.cc1420 for (auto* super_page_extent = root.first_extent; super_page_extent; in GetSuperPagesAndCommitStateBitmaps()