| /Linux-v5.4/drivers/staging/exfat/ | 
| D | exfat_nls.c | 24 static int convert_ch_to_uni(struct nls_table *nls, u16 *uni, u8 *ch,  in convert_ch_to_uni()52 static int convert_uni_to_ch(struct nls_table *nls, u8 *ch, u16 uni,  in convert_uni_to_ch()
 128 	struct nls_table *nls = EXFAT_SB(sb)->nls_disk;  in nls_uniname_to_dosname()  local
 247 	struct nls_table *nls = EXFAT_SB(sb)->nls_disk;  in nls_dosname_to_uniname()  local
 303 	struct nls_table *nls = EXFAT_SB(sb)->nls_io;  in nls_uniname_to_cstring()  local
 343 	struct nls_table *nls = EXFAT_SB(sb)->nls_io;  in nls_cstring_to_uniname()  local
 
 | 
| /Linux-v5.4/fs/isofs/ | 
| D | joliet.c | 18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls)  in uni16_to_x8()45 	struct nls_table *nls;  in get_joliet_filename()  local
 
 | 
| /Linux-v5.4/fs/nls/ | 
| D | nls_base.c | 235 int __register_nls(struct nls_table *nls, struct module *owner)  in __register_nls()258 int unregister_nls(struct nls_table * nls)  in unregister_nls()
 277 	struct nls_table *nls;  in find_nls()  local
 296 void unload_nls(struct nls_table *nls)  in unload_nls()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | connector.h | 29 	struct sock *nls;  member52 	struct sock *nls;  member
 
 | 
| D | nls.h | 53 #define register_nls(nls) __register_nls((nls), THIS_MODULE)  argument
 | 
| /Linux-v5.4/fs/ntfs/ | 
| D | unistr.c | 248 	struct nls_table *nls = vol->nls_map;  in ntfs_nlstoucs()  local325 	struct nls_table *nls = vol->nls_map;  in ntfs_ucstonls()  local
 
 | 
| /Linux-v5.4/samples/connector/ | 
| D | cn_test.c | 22 static struct sock *nls;  variable
 | 
| /Linux-v5.4/drivers/connector/ | 
| D | cn_queue.c | 112 struct cn_queue_dev *cn_queue_alloc_dev(const char *name, struct sock *nls)  in cn_queue_alloc_dev()
 | 
| /Linux-v5.4/fs/fat/ | 
| D | namei_vfat.c | 277 static inline int to_shortname_char(struct nls_table *nls,  in to_shortname_char()327 static int vfat_create_shortname(struct inode *dir, struct nls_table *nls,  in vfat_create_shortname()
 513 	     struct nls_table *nls)  in xlate_to_uni()
 
 | 
| D | dir.c | 142 		       const wchar_t *uni, int len, struct nls_table *nls)  in uni16_to_x8()234 fat_shortname2uni(struct nls_table *nls, unsigned char *buf, int buf_size,  in fat_shortname2uni()
 
 | 
| /Linux-v5.4/fs/befs/ | 
| D | linuxvfs.c | 508 	struct nls_table *nls = BEFS_SB(sb)->nls;  in befs_utf2nls()  local585 	struct nls_table *nls = BEFS_SB(sb)->nls;  in befs_nls2utf()  local
 
 | 
| D | befs.h | 60 	struct nls_table *nls;  member
 | 
| /Linux-v5.4/drivers/infiniband/core/ | 
| D | netlink.c | 315 	struct sock *nls;  in rdma_nl_net_init()  local
 | 
| /Linux-v5.4/fs/hfsplus/ | 
| D | super.c | 383 	struct nls_table *nls = NULL;  in hfsplus_fill_super()  local
 | 
| D | unicode.c | 127 	struct nls_table *nls = HFSPLUS_SB(sb)->nls;  in hfsplus_uni2asc()  local
 | 
| D | hfsplus_fs.h | 155 	struct nls_table *nls;  member
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | scsi_transport_iscsi.c | 1606 static struct sock *nls;  variable
 | 
| /Linux-v5.4/fs/cifs/ | 
| D | cifssmb.c | 1406 	const struct nls_table *nls = cifs_sb->local_nls;  in CIFS_open()  local
 |