Searched defs:exfat_sb_info (Results 1 – 1 of 1) sorted by relevance
242 struct exfat_sb_info { struct243 unsigned long long num_sectors; /* num of sectors in volume */244 unsigned int num_clusters; /* num of clusters in volume */245 unsigned int cluster_size; /* cluster size in bytes */246 unsigned int cluster_size_bits;247 unsigned int sect_per_clus; /* cluster size in sectors */248 unsigned int sect_per_clus_bits;249 unsigned long long FAT1_start_sector; /* FAT1 start sector */250 unsigned long long FAT2_start_sector; /* FAT2 start sector */251 unsigned long long data_start_sector; /* data area start sector */[all …]