Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_unicode.c117 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname() local
130 length, nls_tab); in get_UCSname()
Dsuper.c227 unload_nls(sbi->nls_tab); in jfs_put_super()
448 unload_nls(sbi->nls_tab); in parse_options()
449 sbi->nls_tab = nls_map; in parse_options()
643 unload_nls(sbi->nls_tab); in jfs_fill_super()
738 if (sbi->nls_tab) in jfs_show_options()
739 seq_printf(seq, ",iocharset=%s", sbi->nls_tab->charset); in jfs_show_options()
Djfs_incore.h194 struct nls_table *nls_tab; /* current codepage */ member
Djfs_dtree.c3009 struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab; in jfs_readdir()