Home
last modified time | relevance | path

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

/linux-6.12.1/fs/vboxsf/
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()
Dvfsmod.h37 char *nls_name; member
/linux-6.12.1/fs/ntfs3/
Dsuper.c239 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()
Dntfs_fs.h91 char *nls_name; member