Home
last modified time | relevance | path

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; } in SuperBlock()
139 static status_t Identify(int fd, exfat_super_block* superBlock);
155 exfat_super_block fSuperBlock;
H A DVolume.cpp84 exfat_super_block::IsValid() in IsValid()
343 Volume::Identify(int fd, exfat_super_block* superBlock) in Identify()
346 sizeof(exfat_super_block)) != sizeof(exfat_super_block)) in Identify()
H A Dkernel_interface.cpp50 exfat_super_block super_block;
85 struct exfat_super_block superBlock; in exfat_identify_partition()
94 memcpy(&cookie->super_block, &superBlock, sizeof(exfat_super_block)); in exfat_identify_partition()
H A Dexfat.h32 struct exfat_super_block { struct