Searched refs:nls_io (Results 1 – 12 of 12) sorted by relevance
/fs/hfs/ |
D | trans.c | 36 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()
|
D | super.c | 137 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()
|
D | mdb.c | 347 if (HFS_SB(sb)->nls_io) in hfs_mdb_put() 348 unload_nls(HFS_SB(sb)->nls_io); in hfs_mdb_put()
|
D | hfs_fs.h | 141 struct nls_table *nls_io, *nls_disk; member
|
/fs/ncpfs/ |
D | ioctl.c | 223 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()
|
D | inode.c | 588 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()
|
D | ncplib_kernel.h | 137 #define NCP_IO_TABLE(dentry) (NCP_SERVER((dentry)->d_inode)->nls_io)
|
D | ncplib_kernel.c | 1100 struct nls_table *in = server->nls_io; in ncp__io2vol() 1177 struct nls_table *out = server->nls_io; in ncp__vol2io()
|
/fs/fat/ |
D | inode.c | 459 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()
|
D | namei_vfat.c | 118 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()
|
D | fat.h | 75 struct nls_table *nls_io; /* Charset used for input and display */ member
|
D | dir.c | 177 sbi->nls_io); in fat_uni_to_x8() 248 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match()
|