class SpaceManager

Defined at line 33 of file ../../src/storage/blobfs/allocator/allocator.h

An interface which controls actual access to the underlying storage.

Public Methods

const Superblock & Info ()
zx_status_t AddInodes (Allocator * allocator)

Adds any number of nodes to |allocator|'s node map, extending the volume if necessary.

zx_status_t AddBlocks (uint64_t nblocks, RawBitmap * map)

Adds space for |nblocks| blocks to |map|, extending the volume if necessary.

void ~SpaceManager ()

Defined at line 35 of file ../../src/storage/blobfs/allocator/allocator.h