Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dexfat_fs.h250 struct exfat_sb_info { struct
251 unsigned long long num_sectors; /* num of sectors in volume */
252 unsigned int num_clusters; /* num of clusters in volume */
253 unsigned int cluster_size; /* cluster size in bytes */
254 unsigned int cluster_size_bits;
255 unsigned int sect_per_clus; /* cluster size in sectors */
256 unsigned int sect_per_clus_bits;
257 unsigned long long FAT1_start_sector; /* FAT1 start sector */
258 unsigned long long FAT2_start_sector; /* FAT2 start sector */
259 unsigned long long data_start_sector; /* data area start sector */
[all …]