Home
last modified time | relevance | path

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

/openbmc/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.c152 if (sbi->nls_disk) in hfs_show_options()
153 seq_printf(seq, ",codepage=%s", sbi->nls_disk->charset); in hfs_show_options()
320 if (hsb->nls_disk) { in parse_options()
326 hsb->nls_disk = load_nls(p); in parse_options()
327 if (!hsb->nls_disk) { in parse_options()
354 if (hsb->nls_disk && !hsb->nls_io) { in parse_options()
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()
/openbmc/linux/fs/fat/
H A Ddir.c357 struct nls_table *nls_disk = sbi->nls_disk; in fat_parse_short() local
382 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short()
408 fat_short2uni(nls_disk, ".", 1, &uni_name[j++]); in fat_parse_short()
418 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short()
H A Dinode.c722 unload_nls(sbi->nls_disk); in delayed_free()
955 if (sbi->nls_disk) in fat_show_options()
957 seq_printf(m, ",codepage=%s", &sbi->nls_disk->charset[2]); in fat_show_options()
1824 sbi->nls_disk = load_nls(buf); in fat_fill_super()
1825 if (!sbi->nls_disk) { in fat_fill_super()
1888 unload_nls(sbi->nls_disk); in fat_fill_super()
H A Dfat.h83 struct nls_table *nls_disk; /* Codepage used on disk */ member
H A Dnamei_vfat.c611 err = vfat_create_shortname(dir, sbi->nls_disk, uname, ulen, in vfat_build_slots()