Home
last modified time | relevance | path

Searched refs:MutableInfo (Results 1 – 5 of 5) sorted by relevance

/system/ulib/blobfs/test/
A Dutils.cpp22 space_manager->MutableInfo().inode_count = nodes; in InitializeAllocator()
23 space_manager->MutableInfo().data_block_count = blocks; in InitializeAllocator()
A Dutils.h15 Superblock& MutableInfo() { in MutableInfo() function
A Dallocator-test.cpp398 space_manager.MutableInfo().inode_count = before_nodes; in ResetSizeHelper()
399 space_manager.MutableInfo().data_block_count = before_blocks; in ResetSizeHelper()
406 space_manager.MutableInfo().inode_count = after_nodes; in ResetSizeHelper()
407 space_manager.MutableInfo().data_block_count = after_blocks; in ResetSizeHelper()
/system/ulib/minfs/include/minfs/
A Dsuperblock.h51 Superblock* MutableInfo() { in MutableInfo() function
/system/ulib/minfs/
A Dminfs.cpp467 Superblock* info = sb_->MutableInfo(); in AddUnlinked()
497 sb_->MutableInfo()->unlinked_head = vn->inode_.next_inode; in RemoveUnlinked()
510 sb_->MutableInfo()->unlinked_tail = vn->inode_.last_inode; in RemoveUnlinked()
548 sb_->MutableInfo()->unlinked_head = next_ino; in PurgeUnlinked()
552 sb_->MutableInfo()->unlinked_tail = 0; in PurgeUnlinked()
760 &sb->MutableInfo()->dat_slices, &sb->MutableInfo()->abm_slices, info->slice_size); in Create()
763 std::move(block_allocator_fvm), &sb->MutableInfo()->alloc_block_count, in Create()
764 &sb->MutableInfo()->block_count); in Create()
775 &sb->MutableInfo()->ino_slices, &sb->MutableInfo()->ibm_slices, info->slice_size); in Create()
778 std::move(inode_allocator_fvm), &sb->MutableInfo()->alloc_inode_count, in Create()
[all …]

Completed in 11 milliseconds