Lines Matching defs:options
233 static inline void put_mount_options(struct ntfs_mount_options *options)
235 kfree(options->nls_name);
236 unload_nls(options->nls);
237 kfree(options);
426 if (new_opts->nls != sbi->options->nls)
440 swap(sbi->options, fc->fs_private);
678 struct ntfs_mount_options *opts = sbi->options;
1153 struct ntfs_mount_options *options;
1170 sbi->options = options = fc->fs_private;
1178 sb->s_d_op = options->nocase ? &ntfs_dentry_ops : NULL;
1180 options->nls = ntfs_load_nls(options->nls_name);
1181 if (IS_ERR(options->nls)) {
1182 options->nls = NULL;
1183 errorf(fc, "Cannot load nls %s", options->nls_name);
1290 if ((sbi->volume.flags & VOLUME_FLAG_DIRTY) && !ro && !options->force) {
1668 if (!sbi->options->discard)
1731 * options so that if remount we can use just that.
1742 /* Default options. */
1787 if (sbi->options)
1788 put_mount_options(sbi->options);