Home
last modified time | relevance | path

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

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