Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A 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;
45 utf8:1, /* Use of UTF-8 character set (Default) */
48 flush:1, /* write things quickly */
50 usefree:1, /* Use free_clusters for FAT32 */
51 tz_set:1, /* Filesystem timestamps' offset set */
52 rodir:1, /* allow ATTR_RO for directory */
[all …]