Home
last modified time | relevance | path

Searched refs:nls_tab (Results 1 – 4 of 4) sorted by relevance

/linux/fs/jfs/
H A Djfs_unicode.c104 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname() local
117 length, nls_tab); in get_UCSname()
H A Dsuper.c198 unload_nls(sbi->nls_tab); in jfs_put_super()
379 unload_nls(JFS_SBI(sb)->nls_tab); in jfs_reconfigure()
380 JFS_SBI(sb)->nls_tab = ctx->nls_map; in jfs_reconfigure()
468 unload_nls(sbi->nls_tab); in jfs_fill_super()
469 sbi->nls_tab = ctx->nls_map; in jfs_fill_super()
577 unload_nls(sbi->nls_tab); in jfs_fill_super()
670 if (sbi->nls_tab) in jfs_show_options()
671 seq_printf(seq, ",iocharset=%s", sbi->nls_tab->charset); in jfs_show_options()
H A Djfs_incore.h191 struct nls_table *nls_tab; /* current codepage */ member
H A Djfs_dtree.c2717 struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab; in jfs_readdir()