Home
last modified time | relevance | path

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

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