Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Dnamei.c168 struct qstr nls_name; in ntfs_lookup() local
170 nls_name.name = NULL; in ntfs_lookup()
173 nls_name.len = (unsigned)ntfs_ucstonls(vol, in ntfs_lookup()
175 (unsigned char**)&nls_name.name, 0); in ntfs_lookup()
227 nls_name.len = (unsigned)ntfs_ucstonls(vol, in ntfs_lookup()
229 (unsigned char**)&nls_name.name, 0); in ntfs_lookup()
238 if ((signed)nls_name.len < 0) { in ntfs_lookup()
239 err = (signed)nls_name.len; in ntfs_lookup()
242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
244 dent = d_add_ci(dent, dent_inode, &nls_name); in ntfs_lookup()
[all …]
/linux-6.1.9/fs/vboxsf/
Dsuper.c68 if (ctx->nls_name || fc->purpose != FS_CONTEXT_FOR_MOUNT) { in vboxsf_parse_param()
72 ctx->nls_name = param->string; in vboxsf_parse_param()
126 char *nls_name; in vboxsf_fill_super() local
144 nls_name = ctx->nls_name ? ctx->nls_name : vboxsf_default_nls; in vboxsf_fill_super()
145 if (strcmp(nls_name, "utf8") != 0) { in vboxsf_fill_super()
146 if (nls_name == vboxsf_default_nls) in vboxsf_fill_super()
149 sbi->nls = load_nls(nls_name); in vboxsf_fill_super()
152 vbg_err("vboxsf: Count not load '%s' nls\n", nls_name); in vboxsf_fill_super()
422 kfree(ctx->nls_name); in vboxsf_free_fc()
Dvfsmod.h37 char *nls_name; member
/linux-6.1.9/fs/ntfs3/
Dsuper.c210 kfree(options->nls_name); in put_mount_options()
347 kfree(opts->nls_name); in ntfs_fs_parse_param()
348 opts->nls_name = param->string; in ntfs_fs_parse_param()
377 new_opts->nls = ntfs_load_nls(new_opts->nls_name); in ntfs_fs_reconfigure()
380 errorf(fc, "ntfs3: Cannot load iocharset %s", new_opts->nls_name); in ntfs_fs_reconfigure()
920 sbi->options->nls = ntfs_load_nls(sbi->options->nls_name); in ntfs_fill_super()
923 errorf(fc, "Cannot load nls %s", sbi->options->nls_name); in ntfs_fill_super()
Dntfs_fs.h85 char *nls_name; member