struct Inode

Defined at line 376 of file ../../src/storage/blobfs/format.h

Public Members

uint8_t[32] merkle_root_hash
uint64_t blob_size
uint32_t block_count
uint16_t extent_count
uint16_t reserved
Extent[1] extents

Public Methods

ExtentContainer * AsExtentContainer ()

Defined at line 388 of file ../../src/storage/blobfs/format.h

bool IsCompressed ()

Defined at line 390 of file ../../src/storage/blobfs/format.h

bool IsLegacyPaddedFormat ()

Defined at line 392 of file ../../src/storage/blobfs/format.h