Home
last modified time | relevance | path

Searched refs:nls_name (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs3/
H A Dsuper.c249 kfree(options->nls_name); in put_mount_options()
410 kfree(opts->nls_name); in ntfs_fs_parse_param()
411 opts->nls_name = param->string; in ntfs_fs_parse_param()
456 new_opts->nls = ntfs_load_nls(new_opts->nls_name); in ntfs_fs_reconfigure()
460 new_opts->nls_name); in ntfs_fs_reconfigure()
1299 if (fc_opts->nls_name) { in ntfs_fill_super()
1300 options->nls_name = kstrdup(fc_opts->nls_name, GFP_KERNEL); in ntfs_fill_super()
1301 if (!options->nls_name) { in ntfs_fill_super()
1315 options->nls = ntfs_load_nls(options->nls_name); in ntfs_fill_super()
1318 errorf(fc, "Cannot load nls %s", options->nls_name); in ntfs_fill_super()
H A Dntfs_fs.h92 char *nls_name; member