Lines Matching defs:exfat_super_block
768 struct exfat_super_block { struct
769 uint8_t jump[3];
770 uint8_t oem_name[8];
771 uint8_t __unused1[53];
772 uint64_t block_start;
773 uint64_t block_count;
774 uint32_t fat_block_start;
775 uint32_t fat_block_count;
776 uint32_t cluster_block_start;
777 uint32_t cluster_count;
778 uint32_t rootdir_cluster;
779 uint8_t volume_serial[4];
780 struct {
783 } version;
784 uint16_t volume_state;
785 uint8_t block_bits;
786 uint8_t bpc_bits;
787 uint8_t fat_count;
788 uint8_t drive_no;
789 uint8_t allocated_percent;