Lines Matching defs:fat_mount_options

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