Home
last modified time | relevance | path

Searched refs:nls_disk (Results 1 – 8 of 8) sorted by relevance

/fs/hfs/
Dtrans.c35 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_mac2asc() local
51 if (nls_disk) { in hfs_mac2asc()
52 size = nls_disk->char2uni(src, srclen, &ch); in hfs_mac2asc()
99 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_asc2mac() local
122 if (nls_disk) { in hfs_asc2mac()
123 size = nls_disk->uni2char(ch, dst, dstlen); in hfs_asc2mac()
Dsuper.c153 if (sbi->nls_disk) in hfs_show_options()
154 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset); in hfs_show_options()
327 if (hsb->nls_disk) { in parse_options()
333 hsb->nls_disk = load_nls(p); in parse_options()
334 if (!hsb->nls_disk) { in parse_options()
361 if (hsb->nls_disk && !hsb->nls_io) { in parse_options()
Dhfs_fs.h158 struct nls_table *nls_io, *nls_disk; member
Dmdb.c361 unload_nls(HFS_SB(sb)->nls_disk); in hfs_mdb_put()
/fs/fat/
Ddir.c358 struct nls_table *nls_disk = sbi->nls_disk; in fat_parse_short() local
381 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short()
407 fat_short2uni(nls_disk, ".", 1, &uni_name[j++]); in fat_parse_short()
417 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short()
Dinode.c702 unload_nls(sbi->nls_disk); in delayed_free()
934 if (sbi->nls_disk) in fat_show_options()
936 seq_printf(m, ",codepage=%s", &sbi->nls_disk->charset[2]); in fat_show_options()
1796 sbi->nls_disk = load_nls(buf); in fat_fill_super()
1797 if (!sbi->nls_disk) { in fat_fill_super()
1868 unload_nls(sbi->nls_disk); in fat_fill_super()
Dfat.h82 struct nls_table *nls_disk; /* Codepage used on disk */ member
Dnamei_vfat.c621 err = vfat_create_shortname(dir, sbi->nls_disk, uname, ulen, in vfat_build_slots()