Lines Matching defs:ntfs_mount_options
84 struct ntfs_mount_options { struct
85 char *nls_name;
86 struct nls_table *nls;
88 kuid_t fs_uid;
89 kgid_t fs_gid;
90 u16 fs_fmask_inv;
91 u16 fs_dmask_inv;
93 unsigned fmask : 1; /* fmask was set. */
94 unsigned dmask : 1; /*dmask was set. */
95 unsigned sys_immutable : 1; /* Immutable system files. */
96 unsigned discard : 1; /* Issue discard requests on deletions. */
97 unsigned sparse : 1; /* Create sparse files. */
98 unsigned showmeta : 1; /* Show meta files. */
99 unsigned nohidden : 1; /* Do not show hidden files. */
100 unsigned force : 1; /* RW mount dirty volume. */
101 unsigned noacsrules : 1; /* Exclude acs rules. */
102 unsigned prealloc : 1; /* Preallocate space when file is growing. */