Home
last modified time | relevance | path

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

/external/syslinux/core/fs/fat/
Dfat_fs.h86 struct fat_sb_info { struct
87 sector_t fat; /* The FAT region */
88 sector_t root; /* The root dir region */
89 sector_t data; /* The data region */
91 uint32_t clusters; /* Total number of clusters */
92 uint32_t root_cluster; /* Cluster number for (FAT32) root dir */
93 int root_size; /* The root dir size in sectors */
95 int clust_shift; /* based on sectors */
96 int clust_byte_shift; /* based on bytes */
97 int clust_mask; /* sectors per cluster mask */
[all …]