Home
last modified time | relevance | path

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

/fs/hfs/
Dtrans.c36 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_mac2asc() local
45 if (nls_io) { in hfs_mac2asc()
63 size = nls_io->uni2char(ch, dst, dstlen); in hfs_mac2asc()
98 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_asc2mac() local
107 if (nls_io) { in hfs_asc2mac()
111 size = nls_io->char2uni(src, srclen, &ch); in hfs_asc2mac()
Dsuper.c137 if (sbi->nls_io) in hfs_show_options()
138 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); in hfs_show_options()
310 if (hsb->nls_io) { in parse_options()
316 hsb->nls_io = load_nls(p); in parse_options()
317 if (!hsb->nls_io) { in parse_options()
329 if (hsb->nls_disk && !hsb->nls_io) { in parse_options()
330 hsb->nls_io = load_nls_default(); in parse_options()
331 if (!hsb->nls_io) { in parse_options()
Dmdb.c347 if (HFS_SB(sb)->nls_io) in hfs_mdb_put()
348 unload_nls(HFS_SB(sb)->nls_io); in hfs_mdb_put()
Dhfs_fs.h141 struct nls_table *nls_io, *nls_disk; member
/fs/ncpfs/
Dioctl.c223 oldset_io = server->nls_io; in ncp_set_charsets()
224 server->nls_io = iocharset; in ncp_set_charsets()
251 else if (server->nls_io && server->nls_io->charset) { in ncp_get_charsets()
252 len = strlen(server->nls_io->charset); in ncp_get_charsets()
255 strncpy(user.iocharset, server->nls_io->charset, len); in ncp_get_charsets()
Dinode.c588 server->nls_io = load_nls_default(); in ncp_fill_super()
715 unload_nls(server->nls_io); in ncp_fill_super()
752 if (server->nls_io) in ncp_put_super()
754 unload_nls(server->nls_io); in ncp_put_super()
755 server->nls_io = NULL; in ncp_put_super()
Dncplib_kernel.h137 #define NCP_IO_TABLE(dentry) (NCP_SERVER((dentry)->d_inode)->nls_io)
Dncplib_kernel.c1100 struct nls_table *in = server->nls_io; in ncp__io2vol()
1177 struct nls_table *out = server->nls_io; in ncp__vol2io()
/fs/fat/
Dinode.c459 if (sbi->nls_io) { in fat_put_super()
460 unload_nls(sbi->nls_io); in fat_put_super()
461 sbi->nls_io = NULL; in fat_put_super()
783 if (sbi->nls_io) in fat_show_options()
784 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); in fat_show_options()
1433 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super()
1434 if (!sbi->nls_io) { in fat_fill_super()
1469 if (sbi->nls_io) in fat_fill_super()
1470 unload_nls(sbi->nls_io); in fat_fill_super()
Dnamei_vfat.c118 struct nls_table *t = MSDOS_SB(dentry->d_inode->i_sb)->nls_io; in vfat_hashi()
139 struct nls_table *t = MSDOS_SB(dentry->d_inode->i_sb)->nls_io; in vfat_cmpi()
613 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
Dfat.h75 struct nls_table *nls_io; /* Charset used for input and display */ member
Ddir.c177 sbi->nls_io); in fat_uni_to_x8()
248 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match()