Home
last modified time | relevance | path

Searched refs:nls_io (Results 1 – 12 of 12) sorted by relevance

/fs/hfs/
A Dtrans.c36 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_mac2asc() local
47 if (nls_io) { in hfs_mac2asc()
65 size = nls_io->uni2char(ch, dst, dstlen); in hfs_mac2asc()
100 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_asc2mac() local
109 if (nls_io) { in hfs_asc2mac()
113 size = nls_io->char2uni(src, srclen, &ch); in hfs_asc2mac()
A Dsuper.c159 if (sbi->nls_io) in hfs_show_options()
160 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options()
284 if (hsb->nls_io) { in hfs_parse_param()
288 hsb->nls_io = load_nls(param->string); in hfs_parse_param()
289 if (!hsb->nls_io) { in hfs_parse_param()
323 if (sbi->nls_disk && !sbi->nls_io) in hfs_fill_super()
324 sbi->nls_io = load_nls_default(); in hfs_fill_super()
A Dhfs_fs.h158 struct nls_table *nls_io, *nls_disk; member
A Dmdb.c366 unload_nls(HFS_SB(sb)->nls_io); in hfs_mdb_put()
/fs/exfat/
A Dsuper.c124 else if (sbi->nls_io) in exfat_show_options()
125 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in exfat_show_options()
670 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super()
671 if (!sbi->nls_io) { in exfat_fill_super()
792 unload_nls(sbi->nls_io); in delayed_free()
A Dnls.c547 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in __exfat_utf16_to_nls()
602 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in exfat_nls_to_ucs2()
A Dnamei.c82 struct nls_table *t = EXFAT_SB(sb)->nls_io; in exfat_d_hash()
105 struct nls_table *t = EXFAT_SB(sb)->nls_io; in exfat_d_cmp()
A Dexfat_fs.h279 struct nls_table *nls_io; /* Charset used for input and display */ member
/fs/fat/
A Dinode.c728 unload_nls(sbi->nls_io); in delayed_free()
967 if (sbi->nls_io) in fat_show_options()
968 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in fat_show_options()
1790 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super()
1791 if (!sbi->nls_io) { in fat_fill_super()
1845 unload_nls(sbi->nls_io); in fat_fill_super()
A Dnamei_vfat.c133 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; in vfat_hashi()
155 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; in vfat_cmpi()
600 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
A Dfat.h87 struct nls_table *nls_io; /* Charset used for input and display */ member
A Ddir.c189 return uni16_to_x8(sb, buf, uni, size, sbi->nls_io); in fat_uni_to_x8()
262 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match()

Completed in 35 milliseconds