Home
last modified time | relevance | path

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

/linux/fs/vboxsf/
H A Dsuper.c66 if (ctx->nls_name || fc->purpose != FS_CONTEXT_FOR_MOUNT) { in vboxsf_parse_param()
70 ctx->nls_name = param->string; in vboxsf_parse_param()
118 char *nls_name; in vboxsf_fill_super() local
136 nls_name = ctx->nls_name ? ctx->nls_name : vboxsf_default_nls; in vboxsf_fill_super()
137 if (strcmp(nls_name, "utf8") != 0) { in vboxsf_fill_super()
138 if (nls_name == vboxsf_default_nls) in vboxsf_fill_super()
141 sbi->nls = load_nls(nls_name); in vboxsf_fill_super()
144 vbg_err("vboxsf: Count not load '%s' nls\n", nls_name); in vboxsf_fill_super()
414 kfree(ctx->nls_name); in vboxsf_free_fc()
H A Dvfsmod.h37 char *nls_name; member
/linux/fs/ntfs3/
H A Dsuper.c247 kfree(options->nls_name); in put_mount_options()
404 kfree(opts->nls_name); in ntfs_fs_parse_param()
405 opts->nls_name = param->string; in ntfs_fs_parse_param()
450 new_opts->nls = ntfs_load_nls(new_opts->nls_name); in ntfs_fs_reconfigure()
454 new_opts->nls_name); in ntfs_fs_reconfigure()
1280 if (fc_opts->nls_name) { in ntfs_fill_super()
1281 options->nls_name = kstrdup(fc_opts->nls_name, GFP_KERNEL); in ntfs_fill_super()
1282 if (!options->nls_name) { in ntfs_fill_super()
1296 options->nls = ntfs_load_nls(options->nls_name); in ntfs_fill_super()
1299 errorf(fc, "Cannot load nls %s", options->nls_name); in ntfs_fill_super()
H A Dntfs_fs.h92 char *nls_name; member