Home
last modified time | relevance | path

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

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