Lines Matching refs:MutableInfo
467 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()
779 &sb->MutableInfo()->inode_count); in Create()