Home
last modified time | relevance | path

Searched defs:nls (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/fs/isofs/
H A Djoliet.c18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8()
44 struct nls_table *nls; in get_joliet_filename() local
/openbmc/linux/fs/nls/
H A Dnls_base.c235 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()
/openbmc/linux/fs/exfat/
H A Dnls.c405 static int exfat_convert_char_to_ucs2(struct nls_table *nls, in exfat_convert_char_to_ucs2()
429 static int exfat_convert_ucs2_to_char(struct nls_table *nls, in exfat_convert_ucs2_to_char()
547 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in __exfat_utf16_to_nls() local
602 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in exfat_nls_to_ucs2() local
/openbmc/linux/include/linux/
H A Dconnector.h29 struct sock *nls; member
52 struct sock *nls; member
H A Dnls.h53 #define register_nls(nls) __register_nls((nls), THIS_MODULE) argument
/openbmc/qemu/target/ppc/
H A Dmmu-radix64.c243 static bool ppc_radix64_is_valid_level(int level, int psize, uint64_t nls) in ppc_radix64_is_valid_level()
280 uint64_t *pte_addr, uint64_t *nls, in ppc_radix64_next_level()
314 uint64_t base_addr, uint64_t nls, in ppc_radix64_walk_tree()
471 uint64_t offset, size, prtb, prtbe_addr, prtbe0, base_addr, nls, index, pte; in ppc_radix64_process_scoped_xlate() local
/openbmc/u-boot/cmd/
H A Decho.c17 char *nls; /* new-line suppression */ in do_echo() local
/openbmc/linux/fs/ntfs/
H A Dunistr.c248 struct nls_table *nls = vol->nls_map; in ntfs_nlstoucs() local
325 struct nls_table *nls = vol->nls_map; in ntfs_ucstonls() local
/openbmc/linux/samples/connector/
H A Dcn_test.c22 static struct sock *nls; variable
/openbmc/linux/drivers/connector/
H A Dcn_queue.c112 struct cn_queue_dev *cn_queue_alloc_dev(const char *name, struct sock *nls) in cn_queue_alloc_dev()
/openbmc/linux/fs/ntfs3/
H A Ddir.c23 struct nls_table *nls = sbi->options->nls; in ntfs_utf16_to_nls() local
183 struct nls_table *nls = sbi->options->nls; in ntfs_nls_to_utf16() local
H A Dsuper.c290 static struct nls_table *ntfs_load_nls(char *nls) in ntfs_load_nls()
H A Dntfs_fs.h92 struct nls_table *nls; member
/openbmc/linux/fs/befs/
H A Dlinuxvfs.c508 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_utf2nls() local
585 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_nls2utf() local
H A Dbefs.h60 struct nls_table *nls; member
/openbmc/linux/fs/fat/
H A Dnamei_vfat.c277 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()
H A Ddir.c142 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()
/openbmc/linux/fs/vboxsf/
H A Dvfsmod.h46 struct nls_table *nls; member
/openbmc/linux/fs/hfsplus/
H A Dsuper.c382 struct nls_table *nls = NULL; in hfsplus_fill_super() local
H A Dunicode.c127 struct nls_table *nls = HFSPLUS_SB(sb)->nls; in hfsplus_uni2asc() local
H A Dhfsplus_fs.h155 struct nls_table *nls; member
/openbmc/linux/drivers/infiniband/core/
H A Dnetlink.c315 struct sock *nls; in rdma_nl_net_init() local
/openbmc/linux/drivers/leds/
H A Dleds-pca955x.c601 int i, bit, err, nls, reg; in pca955x_probe() local
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c1600 static struct sock *nls; variable
/openbmc/linux/fs/smb/client/
H A Dcifssmb.c1153 const struct nls_table *nls = cifs_sb->local_nls; in CIFS_open() local