Searched defs:exfat_sb_info (Results 1 – 1 of 1) sorted by relevance
708 struct exfat_sb_info { struct709 struct fs_info_t fs_info;710 struct bd_info_t bd_info;712 struct exfat_mount_options options;714 int s_dirt;715 struct mutex s_lock;716 struct nls_table *nls_disk; /* Codepage used on disk */717 struct nls_table *nls_io; /* Charset used for input and display */719 struct inode *fat_inode;743 #define EXFAT_SB(sb) ((struct exfat_sb_info *)((sb)->s_fs_info)) argument