Searched defs:fat_mount_options (Results 1 – 1 of 1) sorted by relevance
201 struct fat_mount_options { struct202 uid_t fs_uid;203 gid_t fs_gid;204 unsigned short fs_fmask;205 unsigned short fs_dmask;206 unsigned short codepage; /* Codepage for shortname conversions */207 char *iocharset; /* Charset used for filename input/display */208 unsigned short shortname; /* flags for shortname display/create rule */209 unsigned char name_check; /* r = relaxed, n = normal, s = strict */210 unsigned quiet:1, /* set = fake successful chmods and chowns */[all …]