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