Home
last modified time | relevance | path

Searched defs:fat_mount_options (Results 1 – 1 of 1) sorted by relevance

/fs/fat/
Dfat.h26 struct fat_mount_options { struct
27 kuid_t fs_uid;
28 kgid_t fs_gid;
29 unsigned short fs_fmask;
30 unsigned short fs_dmask;
31 unsigned short codepage; /* Codepage for shortname conversions */
32 int time_offset; /* Offset of timestamps from UTC (in minutes) */
33 char *iocharset; /* Charset used for filename input/display */
34 unsigned short shortname; /* flags for shortname display/create rule */
35 unsigned char name_check; /* r = relaxed, n = normal, s = strict */
[all …]