Searched refs:nls_map (Results 1 – 6 of 6) sorted by relevance
236 void *nls_map = (void *)-1; /* -1: no change; NULL: none */ in parse_options() local264 if (nls_map && nls_map != (void *) -1) in parse_options()265 unload_nls(nls_map); in parse_options()267 nls_map = NULL; in parse_options()269 nls_map = load_nls(args[0].from); in parse_options()270 if (!nls_map) { in parse_options()417 if (nls_map != (void *) -1) { in parse_options()420 sbi->nls_tab = nls_map; in parse_options()425 if (nls_map && nls_map != (void *) -1) in parse_options()426 unload_nls(nls_map); in parse_options()
97 struct nls_table *nls_map = NULL, *old_nls; in parse_options() local203 old_nls = nls_map; in parse_options()204 nls_map = load_nls(v); in parse_options()205 if (!nls_map) { in parse_options()214 nls_map = old_nls; in parse_options()257 if (nls_map) { in parse_options()258 if (vol->nls_map && vol->nls_map != nls_map) { in parse_options()263 ntfs_debug("Using NLS character set %s.", nls_map->charset); in parse_options()264 vol->nls_map = nls_map; in parse_options()266 if (!vol->nls_map) { in parse_options()[all …]
248 struct nls_table *nls = vol->nls_map; in ntfs_nlstoucs()325 struct nls_table *nls = vol->nls_map; in ntfs_ucstonls()
118 struct nls_table *nls_map; member
2293 seq_printf(sf, ",nls=%s", vol->nls_map->charset); in ntfs_show_options()
223 struct nls_table *nls_map; member564 if (uopt->nls_map) in udf_parse_options()565 unload_nls(uopt->nls_map); in udf_parse_options()571 uopt->nls_map = load_nls(args[0].from); in udf_parse_options()620 uopt.nls_map = NULL; in udf_remount_fs()2124 uopt.nls_map = NULL; in udf_fill_super()2142 if ((uopt.flags & (1 << UDF_FLAG_NLS_MAP)) && !uopt.nls_map) { in udf_fill_super()2143 uopt.nls_map = load_nls_default(); in udf_fill_super()2144 if (!uopt.nls_map) in udf_fill_super()2161 sbi->s_nls_map = uopt.nls_map; in udf_fill_super()[all …]