Searched refs:exfat_super_block (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h132 exfat_super_block& SuperBlock() { return fSuperBlock; }
139 static status_t Identify(int fd, exfat_super_block* superBlock);
155 exfat_super_block fSuperBlock;
H A DVolume.cpp80 // #pragma mark - exfat_super_block::IsValid()
84 exfat_super_block::IsValid()
343 Volume::Identify(int fd, exfat_super_block* superBlock)
346 sizeof(exfat_super_block)) != sizeof(exfat_super_block))
H A Dexfat.h32 struct exfat_super_block { struct
H A Dkernel_interface.cpp50 exfat_super_block super_block;
84 struct exfat_super_block superBlock;
93 memcpy(&cookie->super_block, &superBlock, sizeof(exfat_super_block));

Completed in 95 milliseconds