Searched refs:nls_io (Results 1 – 13 of 13) sorted by relevance
/fs/hfs/ |
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()
|
D | super.c | 155 if (sbi->nls_io) in hfs_show_options() 156 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options() 342 if (hsb->nls_io) { in parse_options() 348 hsb->nls_io = load_nls(p); in parse_options() 349 if (!hsb->nls_io) { in parse_options() 361 if (hsb->nls_disk && !hsb->nls_io) { in parse_options() 362 hsb->nls_io = load_nls_default(); in parse_options() 363 if (!hsb->nls_io) { in parse_options()
|
D | hfs_fs.h | 157 struct nls_table *nls_io, *nls_disk; member
|
D | mdb.c | 360 unload_nls(HFS_SB(sb)->nls_io); in hfs_mdb_put()
|
/fs/ncpfs/ |
D | ioctl.c | 213 oldset_io = server->nls_io; in ncp_set_charsets() 214 server->nls_io = iocharset; in ncp_set_charsets() 242 else if (server->nls_io && server->nls_io->charset) { in ncp_get_charsets() 243 len = strlen(server->nls_io->charset); in ncp_get_charsets() 246 strscpy(user.iocharset, server->nls_io->charset, NCP_IOCSNAME_LEN); in ncp_get_charsets()
|
D | ncp_fs_sb.h | 102 struct nls_table *nls_io; member
|
D | ncplib_kernel.h | 136 #define NCP_IO_TABLE(sb) (NCP_SBP(sb)->nls_io)
|
D | inode.c | 612 server->nls_io = load_nls_default(); in ncp_fill_super() 740 unload_nls(server->nls_io); in ncp_fill_super() 766 unload_nls(server->nls_io); in delayed_free()
|
D | ncplib_kernel.c | 1113 struct nls_table *in = server->nls_io; in ncp__io2vol() 1192 struct nls_table *out = server->nls_io; in ncp__vol2io()
|
/fs/fat/ |
D | inode.c | 629 unload_nls(sbi->nls_io); in delayed_free() 870 if (sbi->nls_io) in fat_show_options() 871 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in fat_show_options() 1724 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super() 1725 if (!sbi->nls_io) { in fat_fill_super() 1785 unload_nls(sbi->nls_io); in fat_fill_super()
|
D | namei_vfat.c | 122 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; in vfat_hashi() 144 struct nls_table *t = MSDOS_SB(parent->d_sb)->nls_io; in vfat_cmpi() 602 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
|
D | fat.h | 83 struct nls_table *nls_io; /* Charset used for input and display */ member
|
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()
|