Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dfat.h27 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 */
[all …]