Searched refs:nls_name (Results 1 – 4 of 4) sorted by relevance
66 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() local136 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()
37 char *nls_name; member
239 kfree(options->nls_name); in put_mount_options()388 kfree(opts->nls_name); in ntfs_fs_parse_param()389 opts->nls_name = param->string; in ntfs_fs_parse_param()425 new_opts->nls = ntfs_load_nls(new_opts->nls_name); in ntfs_fs_reconfigure()429 new_opts->nls_name); in ntfs_fs_reconfigure()1187 options->nls = ntfs_load_nls(options->nls_name); in ntfs_fill_super()1190 errorf(fc, "Cannot load nls %s", options->nls_name); in ntfs_fill_super()
91 char *nls_name; member