Lines Matching defs:fat_mount_options
29 struct fat_mount_options { struct
30 kuid_t fs_uid;
31 kgid_t fs_gid;
32 unsigned short fs_fmask;
33 unsigned short fs_dmask;
34 unsigned short codepage; /* Codepage for shortname conversions */
35 int time_offset; /* Offset of timestamps from UTC (in minutes) */
36 char *iocharset; /* Charset used for filename input/display */
37 unsigned short shortname; /* flags for shortname display/create rule */
38 unsigned char name_check; /* r = relaxed, n = normal, s = strict */
39 unsigned char errors; /* On error: continue, panic, remount-ro */
40 unsigned char nfs; /* NFS support: nostale_ro, stale_rw */
41 unsigned short allow_utime;/* permission for setting the [am]time */
42 unsigned quiet:1, /* set = fake successful chmods and chowns */
43 showexec:1, /* set = only set x bit for com/exe/bat */
44 sys_immutable:1, /* set = system files are immutable */
45 dotsOK:1, /* set = hidden and system files are named '.filename' */
46 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */
47 utf8:1, /* Use of UTF-8 character set (Default) */
48 unicode_xlate:1, /* create escape sequences for unhandled Unicode */
49 numtail:1, /* Does first alias have a numeric '~1' type tail? */
50 flush:1, /* write things quickly */
51 nocase:1, /* Does this need case conversion? 0=need case conversion*/
52 usefree:1, /* Use free_clusters for FAT32 */
53 tz_set:1, /* Filesystem timestamps' offset set */
54 rodir:1, /* allow ATTR_RO for directory */
55 discard:1, /* Issue discard requests on deletions */
56 dos1xfloppy:1, /* Assume default BPB for DOS 1.x floppies */
57 debug:1; /* Not currently used */