Home
last modified time | relevance | path

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

/linux/fs/hfs/
H 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()
H A Dsuper.c162 if (sbi->nls_io) in hfs_show_options()
163 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options()
287 if (hsb->nls_io) { in hfs_parse_param()
291 hsb->nls_io = load_nls(param->string); in hfs_parse_param()
292 if (!hsb->nls_io) { in hfs_parse_param()
330 if (sbi->nls_disk && !sbi->nls_io) in hfs_fill_super()
331 sbi->nls_io = load_nls_default(); in hfs_fill_super()
/linux/fs/exfat/
H A Dsuper.c134 else if (sbi->nls_io) in exfat_show_options()
135 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in exfat_show_options()
694 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super()
695 if (!sbi->nls_io) { in exfat_fill_super()
855 unload_nls(sbi->nls_io); in delayed_free()
H 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()
/linux/fs/fat/
H A Dinode.c729 unload_nls(sbi->nls_io); in delayed_free()
968 if (sbi->nls_io) in fat_show_options()
969 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in fat_show_options()
1795 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super()
1796 if (!sbi->nls_io) { in fat_fill_super()
1850 unload_nls(sbi->nls_io); in fat_fill_super()
H A Dnamei_vfat.c134 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; in vfat_hashi()
156 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; in vfat_cmpi()
601 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()