Searched refs:nls_io (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/fs/hfs/
H A Dtrans.c36 struct nls_table *nls_io = HFS_SB(sb)->nls_io; hfs_mac2asc() local
47 if (nls_io) { hfs_mac2asc()
65 size = nls_io->uni2char(ch, dst, dstlen); hfs_mac2asc()
100 struct nls_table *nls_io = HFS_SB(sb)->nls_io; hfs_asc2mac() local
109 if (nls_io) { hfs_asc2mac()
113 size = nls_io->char2uni(src, srclen, &ch); hfs_asc2mac()
H A Dsuper.c155 if (sbi->nls_io) hfs_show_options()
156 seq_printf(seq, ",iocharset=%s", sbi->nls_io->charset); hfs_show_options()
342 if (hsb->nls_io) { parse_options()
348 hsb->nls_io = load_nls(p); parse_options()
349 if (!hsb->nls_io) { parse_options()
361 if (hsb->nls_disk && !hsb->nls_io) { parse_options()
362 hsb->nls_io = load_nls_default(); parse_options()
363 if (!hsb->nls_io) { parse_options()
H A Dhfs_fs.h157 struct nls_table *nls_io, *nls_disk; member in struct:hfs_sb_info
H A Dmdb.c360 unload_nls(HFS_SB(sb)->nls_io); hfs_mdb_put()
/linux-4.4.14/fs/ncpfs/
H A Dioctl.c213 oldset_io = server->nls_io; ncp_set_charsets()
214 server->nls_io = iocharset; ncp_set_charsets()
242 else if (server->nls_io && server->nls_io->charset) { ncp_get_charsets()
243 len = strlen(server->nls_io->charset); ncp_get_charsets()
246 strncpy(user.iocharset, server->nls_io->charset, len); ncp_get_charsets()
H A Dncp_fs_sb.h102 struct nls_table *nls_io; member in struct:ncp_server
H A Dncplib_kernel.h136 #define NCP_IO_TABLE(sb) (NCP_SBP(sb)->nls_io)
H A Dinode.c612 server->nls_io = load_nls_default(); ncp_fill_super()
740 unload_nls(server->nls_io); ncp_fill_super()
766 unload_nls(server->nls_io); delayed_free()
H A Dncplib_kernel.c1109 struct nls_table *in = server->nls_io; ncp__io2vol()
1188 struct nls_table *out = server->nls_io; ncp__vol2io()
/linux-4.4.14/fs/fat/
H A Dinode.c620 unload_nls(sbi->nls_io); delayed_free()
855 if (sbi->nls_io) fat_show_options()
856 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); fat_show_options()
1704 sbi->nls_io = load_nls(sbi->options.iocharset); fat_fill_super()
1705 if (!sbi->nls_io) { fat_fill_super()
1766 unload_nls(sbi->nls_io); fat_fill_super()
H A Dnamei_vfat.c122 struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io; vfat_hashi()
144 struct nls_table *t = MSDOS_SB(parent->d_sb)->nls_io; vfat_cmpi()
602 opts->unicode_xlate, opts->utf8, sbi->nls_io); vfat_build_slots()
H A Dfat.h83 struct nls_table *nls_io; /* Charset used for input and display */ member in struct:msdos_sb_info
H A Ddir.c189 return uni16_to_x8(sb, buf, uni, size, sbi->nls_io); fat_uni_to_x8()
262 return !nls_strnicmp(sbi->nls_io, a, b, a_len); fat_name_match()

Completed in 258 milliseconds