Searched refs:exfat_super_block (Results 1 – 4 of 4) sorted by relevance
132 exfat_super_block& SuperBlock() { return fSuperBlock; } in SuperBlock()139 static status_t Identify(int fd, exfat_super_block* superBlock);155 exfat_super_block fSuperBlock;
84 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()
50 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()
32 struct exfat_super_block { struct