Searched defs:fat_mount_options (Results 1 – 1 of 1) sorted by relevance
25 struct fat_mount_options { struct26 uid_t fs_uid;27 gid_t fs_gid;28 unsigned short fs_fmask;29 unsigned short fs_dmask;30 unsigned short codepage; /* Codepage for shortname conversions */31 char *iocharset; /* Charset used for filename input/display */32 unsigned short shortname; /* flags for shortname display/create rule */33 unsigned char name_check; /* r = relaxed, n = normal, s = strict */34 unsigned char errors; /* On error: continue, panic, remount-ro */[all …]