class InspectableInodeManager
Defined at line 28 of file ../../src/storage/minfs/allocator/inode_manager.h
Public Methods
const Allocator * GetInodeAllocator ()
Gets immutable reference to the inode allocator.
void Load (ino_t inode_num, Inode * out)
Loads the inode from storage.
bool CheckAllocated (uint32_t inode_num)
Checks if the inode is allocated.
void ~InspectableInodeManager ()
Defined at line 30 of file ../../src/storage/minfs/allocator/inode_manager.h