Searched refs:nls_map (Results 1 – 6 of 6) sorted by relevance
265 void *nls_map = (void *)-1; /* -1: no change; NULL: none */ in parse_options() local293 if (nls_map && nls_map != (void *) -1) in parse_options()294 unload_nls(nls_map); in parse_options()296 nls_map = NULL; in parse_options()298 nls_map = load_nls(args[0].from); in parse_options()299 if (!nls_map) { in parse_options()446 if (nls_map != (void *) -1) { in parse_options()449 sbi->nls_tab = nls_map; in parse_options()454 if (nls_map && nls_map != (void *) -1) in parse_options()455 unload_nls(nls_map); in parse_options()
111 struct nls_table *nls_map = NULL, *old_nls; in parse_options() local217 old_nls = nls_map; in parse_options()218 nls_map = load_nls(v); in parse_options()219 if (!nls_map) { in parse_options()228 nls_map = old_nls; in parse_options()271 if (nls_map) { in parse_options()272 if (vol->nls_map && vol->nls_map != nls_map) { in parse_options()277 ntfs_debug("Using NLS character set %s.", nls_map->charset); in parse_options()278 vol->nls_map = nls_map; in parse_options()280 if (!vol->nls_map) { in parse_options()[all …]
262 struct nls_table *nls = vol->nls_map; in ntfs_nlstoucs()339 struct nls_table *nls = vol->nls_map; in ntfs_ucstonls()
132 struct nls_table *nls_map; member
2339 seq_printf(sf, ",nls=%s", vol->nls_map->charset); in ntfs_show_options()
230 struct nls_table *nls_map; member576 if (uopt->nls_map) in udf_parse_options()577 unload_nls(uopt->nls_map); in udf_parse_options()583 uopt->nls_map = load_nls(args[0].from); in udf_parse_options()632 uopt.nls_map = NULL; in udf_remount_fs()2135 uopt.nls_map = NULL; in udf_fill_super()2153 if ((uopt.flags & (1 << UDF_FLAG_NLS_MAP)) && !uopt.nls_map) { in udf_fill_super()2154 uopt.nls_map = load_nls_default(); in udf_fill_super()2155 if (!uopt.nls_map) in udf_fill_super()2172 sbi->s_nls_map = uopt.nls_map; in udf_fill_super()[all …]