Lines Matching defs:exfat_mount_options
195 struct exfat_mount_options { struct
196 kuid_t fs_uid;
197 kgid_t fs_gid;
198 unsigned short fs_fmask;
199 unsigned short fs_dmask;
201 unsigned short allow_utime;
203 char *iocharset;
205 enum exfat_error_mode errors;
206 unsigned utf8:1, /* Use of UTF-8 character set */
207 discard:1; /* Issue discard requests on deletions */
208 int time_offset; /* Offset of timestamps from UTC (in minutes) */