Home
last modified time | relevance | path

Searched refs:nls_io (Results 1 – 10 of 10) 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 Dhfs_fs.h158 struct nls_table *nls_io, *nls_disk; member
H A Dmdb.c366 unload_nls(HFS_SB(sb)->nls_io); in hfs_mdb_put()
/linux/fs/exfat/
H A Dsuper.c152 else if (sbi->nls_io) in exfat_show_options()
153 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in exfat_show_options()
690 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super()
691 if (!sbi->nls_io) { in exfat_fill_super()
808 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()
H A Dnamei.c87 struct nls_table *t = EXFAT_SB(sb)->nls_io; in exfat_d_hash()
110 struct nls_table *t = EXFAT_SB(sb)->nls_io; in exfat_d_cmp()
H A Dexfat_fs.h281 struct nls_table *nls_io; /* Charset used for input and display */ member
/linux/fs/fat/
H A Dinode.c726 unload_nls(sbi->nls_io); in delayed_free()
965 if (sbi->nls_io) in fat_show_options()
966 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in fat_show_options()
1788 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super()
1789 if (!sbi->nls_io) { in fat_fill_super()
1843 unload_nls(sbi->nls_io); in fat_fill_super()
H A Dnamei_vfat.c136 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; in vfat_hashi()
158 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; in vfat_cmpi()
603 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
H A Dfat.h87 struct nls_table *nls_io; /* Charset used for input and display */ member