Lines Matching defs:exfat_mount_options
194 struct exfat_mount_options { struct
195 kuid_t fs_uid;
196 kgid_t fs_gid;
197 unsigned short fs_fmask;
198 unsigned short fs_dmask;
200 unsigned short allow_utime;
202 char *iocharset;
204 enum exfat_error_mode errors;
205 unsigned utf8:1, /* Use of UTF-8 character set */
206 sys_tz:1, /* Use local timezone */
207 discard:1, /* Issue discard requests on deletions */
208 keep_last_dots:1; /* Keep trailing periods in paths */
209 int time_offset; /* Offset of timestamps from UTC (in minutes) */