Lines Matching defs:exfat_mount_options
221 struct exfat_mount_options { struct
222 kuid_t fs_uid;
223 kgid_t fs_gid;
224 unsigned short fs_fmask;
225 unsigned short fs_dmask;
227 unsigned short allow_utime;
229 char *iocharset;
231 enum exfat_error_mode errors;
232 unsigned utf8:1, /* Use of UTF-8 character set */
233 sys_tz:1, /* Use local timezone */
234 discard:1, /* Issue discard requests on deletions */
235 keep_last_dots:1; /* Keep trailing periods in paths */
236 int time_offset; /* Offset of timestamps from UTC (in minutes) */