exfat_super_block
Volume::Identify(int fd, exfat_super_block* superBlock)
sizeof(exfat_super_block)) != sizeof(exfat_super_block))
exfat_super_block::IsMagicValid()
exfat_super_block::IsValid()
exfat_super_block& SuperBlock() { return fSuperBlock; }
static status_t Identify(int fd, exfat_super_block* superBlock);
exfat_super_block fSuperBlock;
exfat_super_block super_block;
struct exfat_super_block superBlock;
memcpy(&cookie->super_block, &superBlock, sizeof(exfat_super_block));