struct SuperblockAllocatorAccess

Defined at line 19 of file ../../src/storage/minfs/allocator/metadata.h

This structure contains pointers to relevant allocator fields in the superblock.

Public Members

uint32_t Superblock::* used
uint32_t Superblock::* total
uint32_t Superblock::* data_slices
uint32_t Superblock::* metadata_slices

Public Methods

SuperblockAllocatorAccess Blocks ()

Returns pointers suitable for the block allocator.

Defined at line 26 of file ../../src/storage/minfs/allocator/metadata.h

SuperblockAllocatorAccess Inodes ()

Returns pointers suitable for the inode allocator.

Defined at line 32 of file ../../src/storage/minfs/allocator/metadata.h