Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dexfat_fs.h242 struct exfat_sb_info { struct
246 unsigned int cluster_size_bits;
248 unsigned int sect_per_clus_bits;
253 unsigned int root_dir; /* root dir cluster */
255 unsigned int vol_flags; /* volume flags */
263 unsigned short *vol_utbl; /* upcase table */
268 struct mutex s_lock; /* superblock lock */
269 struct mutex bitmap_lock; /* bitmap lock */
270 struct exfat_mount_options options;
272 struct ratelimit_state ratelimit;
[all …]