Searched refs:nls_io (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/hfs/ |
H A D | trans.c | 36 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 D | super.c | 154 if (sbi->nls_io) in hfs_show_options() 155 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options() 335 if (hsb->nls_io) { in parse_options() 341 hsb->nls_io = load_nls(p); in parse_options() 342 if (!hsb->nls_io) { in parse_options() 354 if (hsb->nls_disk && !hsb->nls_io) { in parse_options() 355 hsb->nls_io = load_nls_default(); in parse_options() 356 if (!hsb->nls_io) { in parse_options()
|
H A D | hfs_fs.h | 158 struct nls_table *nls_io, *nls_disk; member
|
H A D | mdb.c | 366 unload_nls(HFS_SB(sb)->nls_io); in hfs_mdb_put()
|
/openbmc/linux/fs/exfat/ |
H A D | super.c | 43 unload_nls(sbi->nls_io); in exfat_put_super() 152 else if (sbi->nls_io) in exfat_show_options() 153 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in exfat_show_options() 651 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super() 652 if (!sbi->nls_io) { in exfat_fill_super() 702 unload_nls(sbi->nls_io); in exfat_fill_super()
|
H A D | nls.c | 547 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 D | exfat_fs.h | 271 struct nls_table *nls_io; /* Charset used for input and display */ member
|
H A D | namei.c | 87 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()
|
/openbmc/linux/fs/fat/ |
H A D | inode.c | 723 unload_nls(sbi->nls_io); in delayed_free() 959 if (sbi->nls_io) in fat_show_options() 960 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in fat_show_options() 1832 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super() 1833 if (!sbi->nls_io) { in fat_fill_super() 1887 unload_nls(sbi->nls_io); in fat_fill_super()
|
H A D | namei_vfat.c | 136 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 D | fat.h | 84 struct nls_table *nls_io; /* Charset used for input and display */ member
|
H A D | dir.c | 189 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()
|