Home
last modified time | relevance | path

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

/linux/fs/exfat/
A Dexfat_fs.h214 struct exfat_sb_info { struct
218 unsigned int cluster_size_bits;
220 unsigned int sect_per_clus_bits;
227 unsigned int vol_flags; /* volume flags */
235 unsigned short *vol_utbl; /* upcase table */
240 struct mutex s_lock; /* superblock lock */
241 struct mutex bitmap_lock; /* bitmap lock */
242 struct exfat_mount_options options;
244 struct ratelimit_state ratelimit;
246 spinlock_t inode_hash_lock;
[all …]

Completed in 7 milliseconds