Home
last modified time | relevance | path

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

/linux-6.12.1/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()
321 if (hsb->nls_disk) { in parse_options()
327 hsb->nls_disk = load_nls(p); in parse_options()
328 if (!hsb->nls_disk) { in parse_options()
355 if (hsb->nls_disk && !hsb->nls_io) { in parse_options()
Dhfs_fs.h158 struct nls_table *nls_io, *nls_disk; member
Dmdb.c367 unload_nls(HFS_SB(sb)->nls_disk); in hfs_mdb_put()
/linux-6.12.1/fs/fat/
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()
Dinode.c725 unload_nls(sbi->nls_disk); in delayed_free()
961 if (sbi->nls_disk) in fat_show_options()
963 seq_printf(m, ",codepage=%s", &sbi->nls_disk->charset[2]); in fat_show_options()
1780 sbi->nls_disk = load_nls(buf); in fat_fill_super()
1781 if (!sbi->nls_disk) { in fat_fill_super()
1844 unload_nls(sbi->nls_disk); in fat_fill_super()
Dfat.h86 struct nls_table *nls_disk; /* Codepage used on disk */ member
Dnamei_vfat.c611 err = vfat_create_shortname(dir, sbi->nls_disk, uname, ulen, in vfat_build_slots()