Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A 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()
H A Dsuper.c157 if (sbi->nls_disk) in hfs_show_options()
158 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset); in hfs_show_options()
272 if (hsb->nls_disk) { in hfs_parse_param()
276 hsb->nls_disk = load_nls(param->string); in hfs_parse_param()
277 if (!hsb->nls_disk) { in hfs_parse_param()
323 if (sbi->nls_disk && !sbi->nls_io) in hfs_fill_super()
H A Dhfs_fs.h158 struct nls_table *nls_io, *nls_disk; member
H A Dmdb.c367 unload_nls(HFS_SB(sb)->nls_disk); in hfs_mdb_put()
/linux/fs/fat/
H A Ddir.c369 struct nls_table *nls_disk = sbi->nls_disk; in fat_parse_short() local
394 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short()
420 fat_short2uni(nls_disk, ".", 1, &uni_name[j++]); in fat_parse_short()
430 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short()
H A Dinode.c727 unload_nls(sbi->nls_disk); in delayed_free()
963 if (sbi->nls_disk) in fat_show_options()
965 seq_printf(m, ",codepage=%s", &sbi->nls_disk->charset[2]); in fat_show_options()
1782 sbi->nls_disk = load_nls(buf); in fat_fill_super()
1783 if (!sbi->nls_disk) { in fat_fill_super()
1846 unload_nls(sbi->nls_disk); in fat_fill_super()
H A Dfat.h86 struct nls_table *nls_disk; /* Codepage used on disk */ member
H A Dnamei_vfat.c608 err = vfat_create_shortname(dir, sbi->nls_disk, uname, ulen, in vfat_build_slots()