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

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

Completed in 183 milliseconds