Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dtrans.c36 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()
/linux/fs/fat/
H A Dfat.h89 struct nls_table *nls_io; /* Charset used for input and display */ member
H A Ddir.c216 return uni16_to_x8(sb, buf, uni, size, sbi->nls_io); in fat_uni_to_x8()
289 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match()