Home
last modified time | relevance | path

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

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