Home
last modified time | relevance | path

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

/linux-6.12.1/fs/fat/
Dfat.h66 struct msdos_sb_info { struct
67 unsigned short sec_per_clus; /* sectors/cluster */
68 unsigned short cluster_bits; /* log2(cluster_size) */
69 unsigned int cluster_size; /* cluster size */
70 unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */
71 unsigned short fat_start;
72 unsigned long fat_length; /* FAT start & length (sec.) */
73 unsigned long dir_start;
74 unsigned short dir_entries; /* root dir start & entries */
75 unsigned long data_start; /* first data sector */
[all …]