Home
last modified time | relevance | path

Searched defs:exfat_sb_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/exfat/
Dexfat_fs.h214 struct exfat_sb_info { struct
215 unsigned long long num_sectors; /* num of sectors in volume */
216 unsigned int num_clusters; /* num of clusters in volume */
217 unsigned int cluster_size; /* cluster size in bytes */
218 unsigned int cluster_size_bits;
219 unsigned int sect_per_clus; /* cluster size in sectors */
220 unsigned int sect_per_clus_bits;
221 unsigned long long FAT1_start_sector; /* FAT1 start sector */
222 unsigned long long FAT2_start_sector; /* FAT2 start sector */
223 unsigned long long data_start_sector; /* data area start sector */
[all …]