Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_fs.h132 struct fat32_bootsec { struct
133 struct bootsec f_bs;
134 uint32_t f_fatlength; /* size of FAT */
135 uint16_t f_flags;
136 uint8_t f_major; /* major filesystem version #? */
137 uint8_t f_minor; /* minor filesystem version #? */
138 uint32_t f_rootcluster; /* first cluster in root directory */
139 uint16_t f_infosector; /* where summary info is */
140 uint16_t f_backupboot; /* backup boot sector */
141 uint16_t f_reserved2[6];