template <size_t max_size = kMinfsMaxDirentSize>

union DirentBuffer

Defined at line 284 of file ../../src/storage/minfs/format.h

Storage for a Dirent padded out to the size for the maximum length. This is used as a buffer to

read into with the correct alignment.

Public Members

uint8_t[max_size] raw
Dirent dirent