Searched refs:nls_name (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ntfs/ |
H A D | namei.c | 168 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 …]
|
/openbmc/linux/fs/vboxsf/ |
H A D | super.c | 68 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() 423 kfree(ctx->nls_name); in vboxsf_free_fc()
|
H A D | vfsmod.h | 37 char *nls_name; member
|
/openbmc/linux/fs/ntfs3/ |
H A D | super.c | 235 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() 419 new_opts->nls = ntfs_load_nls(new_opts->nls_name); in ntfs_fs_reconfigure() 423 new_opts->nls_name); in ntfs_fs_reconfigure() 1180 options->nls = ntfs_load_nls(options->nls_name); in ntfs_fill_super() 1183 errorf(fc, "Cannot load nls %s", options->nls_name); in ntfs_fill_super()
|
H A D | ntfs_fs.h | 91 char *nls_name; member
|