Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/nls/
A Dnls_base.c239 if (nls->next) in __register_nls()
242 nls->owner = owner; in __register_nls()
245 if (nls == *tmp) { in __register_nls()
251 nls->next = tables; in __register_nls()
252 tables = nls; in __register_nls()
279 for (nls = tables; nls; nls = nls->next) { in find_nls()
282 if (nls->alias && !strcmp(nls->alias, charset)) in find_nls()
285 if (nls && !try_module_get(nls->owner)) in find_nls()
286 nls = NULL; in find_nls()
288 return nls; in find_nls()
[all …]
/linux-6.3-rc2/fs/hfsplus/
A Doptions.c173 if (sbi->nls) { in hfsplus_parse_options()
179 sbi->nls = load_nls(p); in hfsplus_parse_options()
180 if (!sbi->nls) { in hfsplus_parse_options()
209 if (!sbi->nls) { in hfsplus_parse_options()
211 sbi->nls = load_nls("utf8"); in hfsplus_parse_options()
212 if (!sbi->nls) in hfsplus_parse_options()
213 sbi->nls = load_nls_default(); in hfsplus_parse_options()
214 if (!sbi->nls) in hfsplus_parse_options()
236 if (sbi->nls) in hfsplus_show_options()
237 seq_printf(seq, ",nls=%s", sbi->nls->charset); in hfsplus_show_options()
A Dsuper.c305 unload_nls(sbi->nls); in hfsplus_put_super()
382 struct nls_table *nls = NULL; in hfsplus_fill_super() local
405 nls = sbi->nls; in hfsplus_fill_super()
406 sbi->nls = load_nls("utf8"); in hfsplus_fill_super()
407 if (!sbi->nls) { in hfsplus_fill_super()
588 unload_nls(sbi->nls); in hfsplus_fill_super()
589 sbi->nls = nls; in hfsplus_fill_super()
610 unload_nls(sbi->nls); in hfsplus_fill_super()
611 unload_nls(nls); in hfsplus_fill_super()
A Dunicode.c127 struct nls_table *nls = HFSPLUS_SB(sb)->nls; in hfsplus_uni2asc() local
193 res = nls->uni2char(c0, op, len); in hfsplus_uni2asc()
236 res = nls->uni2char(cc, op, len); in hfsplus_uni2asc()
259 int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); in asc2unichar()
/linux-6.3-rc2/fs/isofs/
A Djoliet.c18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8() argument
28 llen = nls->uni2char(be16_to_cpu(ch), op, NLS_MAX_CHARSET_SIZE); in uni16_to_x8()
44 struct nls_table *nls; in get_joliet_filename() local
47 nls = ISOFS_SB(inode->i_sb)->s_nls_iocharset; in get_joliet_filename()
49 if (!nls) { in get_joliet_filename()
55 de->name_len[0] >> 1, nls); in get_joliet_filename()
/linux-6.3-rc2/samples/connector/
A Dcn_test.c22 static struct sock *nls; variable
106 netlink_unicast(nls, skb, 0, 0);
167 if (nls && nls->sk_socket) in cn_test_init()
168 sock_release(nls->sk_socket); in cn_test_init()
179 if (nls && nls->sk_socket) in cn_test_fini()
180 sock_release(nls->sk_socket); in cn_test_fini()
/linux-6.3-rc2/drivers/connector/
A Dconnector.c91 if (!portid && !netlink_has_listeners(dev->nls, group)) in cn_netlink_send_mult()
113 return netlink_broadcast(dev->nls, skb, portid, group, in cn_netlink_send_mult()
115 return netlink_unicast(dev->nls, skb, portid, in cn_netlink_send_mult()
254 dev->nls = netlink_kernel_create(&init_net, NETLINK_CONNECTOR, &cfg); in cn_init()
255 if (!dev->nls) in cn_init()
258 dev->cbdev = cn_queue_alloc_dev("cqueue", dev->nls); in cn_init()
260 netlink_kernel_release(dev->nls); in cn_init()
280 netlink_kernel_release(dev->nls); in cn_fini()
A Dcn_queue.c112 struct cn_queue_dev *cn_queue_alloc_dev(const char *name, struct sock *nls) in cn_queue_alloc_dev() argument
125 dev->nls = nls; in cn_queue_alloc_dev()
/linux-6.3-rc2/fs/befs/
A Dlinuxvfs.c186 if (BEFS_SB(sb)->nls) { in befs_lookup()
248 if (BEFS_SB(sb)->nls) { in befs_readdir()
508 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_utf2nls() local
521 if (!nls) { in befs_utf2nls()
585 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_nls2utf() local
599 if (!nls) { in befs_nls2utf()
614 unilen = nls->char2uni(&in[i], in_len - i, &uni); in befs_nls2utf()
796 unload_nls(BEFS_SB(sb)->nls); in befs_put_super()
915 if (!befs_sb->nls) { in befs_fill_super()
919 befs_sb->nls = load_nls_default(); in befs_fill_super()
[all …]
A Dbefs.h60 struct nls_table *nls; member
A Dsuper.c52 befs_sb->nls = NULL; in befs_load_sb()
/linux-6.3-rc2/fs/exfat/
A Dnls.c405 static int exfat_convert_char_to_ucs2(struct nls_table *nls, in exfat_convert_char_to_ucs2() argument
418 len = nls->char2uni(ch, ch_len, ucs2); in exfat_convert_char_to_ucs2()
429 static int exfat_convert_ucs2_to_char(struct nls_table *nls, in exfat_convert_ucs2_to_char() argument
441 len = nls->uni2char(ucs2, ch, MAX_CHARSET_SIZE); in exfat_convert_ucs2_to_char()
547 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in __exfat_utf16_to_nls() local
554 len = exfat_convert_ucs2_to_char(nls, *uniname, buf, in __exfat_utf16_to_nls()
602 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in exfat_nls_to_ucs2() local
607 i += exfat_convert_char_to_ucs2(nls, p_cstring + i, len - i, in exfat_nls_to_ucs2()
A DMakefile7 exfat-y := inode.o namei.o dir.o super.o fatent.o cache.o nls.o misc.o \
/linux-6.3-rc2/fs/ntfs/
A Dunistr.c248 struct nls_table *nls = vol->nls_map; in ntfs_nlstoucs() local
258 wc_len = nls->char2uni(ins + i, ins_len - i, in ntfs_nlstoucs()
286 "Unicode.", nls->charset); in ntfs_nlstoucs()
325 struct nls_table *nls = vol->nls_map; in ntfs_ucstonls() local
344 retry: wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o, in ntfs_ucstonls()
375 "try to use the mount option nls=utf8.", nls->charset); in ntfs_ucstonls()
/linux-6.3-rc2/fs/ntfs3/
A Ddir.c23 struct nls_table *nls = sbi->options->nls; in ntfs_utf16_to_nls() local
27 if (!nls) { in ntfs_utf16_to_nls()
50 charlen = nls->uni2char(ec, op, buf_len); in ntfs_utf16_to_nls()
69 nls->charset); in ntfs_utf16_to_nls()
183 struct nls_table *nls = sbi->options->nls; in ntfs_nls_to_utf16() local
188 if (!nls) { in ntfs_nls_to_utf16()
199 slen = nls->char2uni(name, end - name, uname + ret); in ntfs_nls_to_utf16()
A Dsuper.c235 unload_nls(options->nls); in put_mount_options()
290 if (!nls) in ntfs_load_nls()
291 nls = CONFIG_NLS_DEFAULT; in ntfs_load_nls()
293 if (strcmp(nls, "utf8") == 0) in ntfs_load_nls()
299 ret = load_nls(nls); in ntfs_load_nls()
417 if (IS_ERR(new_opts->nls)) { in ntfs_fs_reconfigure()
418 new_opts->nls = NULL; in ntfs_fs_reconfigure()
422 if (new_opts->nls != sbi->options->nls) in ntfs_fs_reconfigure()
555 if (opts->nls) in ntfs_show_options()
956 if (IS_ERR(sbi->options->nls)) { in ntfs_fill_super()
[all …]
/linux-6.3-rc2/fs/vboxsf/
A Dsuper.c147 sbi->nls = load_nls_default(); in vboxsf_fill_super()
149 sbi->nls = load_nls(nls_name); in vboxsf_fill_super()
151 if (!sbi->nls) { in vboxsf_fill_super()
225 if (sbi->nls) in vboxsf_fill_super()
226 unload_nls(sbi->nls); in vboxsf_fill_super()
272 if (sbi->nls) in vboxsf_put_super()
273 unload_nls(sbi->nls); in vboxsf_put_super()
A Dutils.c385 if (sbi->nls) { in vboxsf_path_from_dentry()
396 nb = sbi->nls->char2uni(path, path_len, &uni); in vboxsf_path_from_dentry()
465 nb = sbi->nls->uni2char(uni, out, out_bound_len); in vboxsf_nlscpy()
/linux-6.3-rc2/drivers/infiniband/core/
A Dnetlink.c315 struct sock *nls; in rdma_nl_net_init() local
317 nls = netlink_kernel_create(net, NETLINK_RDMA, &cfg); in rdma_nl_net_init()
318 if (!nls) in rdma_nl_net_init()
321 nls->sk_sndtimeo = 10 * HZ; in rdma_nl_net_init()
322 rnet->nl_sock = nls; in rdma_nl_net_init()
/linux-6.3-rc2/include/linux/
A Dconnector.h29 struct sock *nls; member
52 struct sock *nls; member
A Dnls.h53 #define register_nls(nls) __register_nls((nls), THIS_MODULE) argument
/linux-6.3-rc2/fs/fat/
A Dnamei_vfat.c277 static inline int to_shortname_char(struct nls_table *nls, in to_shortname_char() argument
293 len = nls->uni2char(*src, buf, buf_size); in to_shortname_char()
306 buf[0] = nls_toupper(nls, buf[0]); in to_shortname_char()
327 static int vfat_create_shortname(struct inode *dir, struct nls_table *nls, in vfat_create_shortname() argument
383 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname()
411 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname()
513 struct nls_table *nls) in xlate_to_uni() argument
548 charlen = nls->char2uni(ip, len - i, in xlate_to_uni()
A Ddir.c142 const wchar_t *uni, int len, struct nls_table *nls) in uni16_to_x8() argument
155 charlen = nls->uni2char(ec, op, NLS_MAX_CHARSET_SIZE); in uni16_to_x8()
234 fat_shortname2uni(struct nls_table *nls, unsigned char *buf, int buf_size, in fat_shortname2uni() argument
240 len = fat_short2lower_uni(nls, buf, buf_size, uni_buf); in fat_shortname2uni()
242 len = fat_short2uni(nls, buf, buf_size, uni_buf); in fat_shortname2uni()
245 len = fat_short2lower_uni(nls, buf, buf_size, uni_buf); in fat_shortname2uni()
247 len = fat_short2uni(nls, buf, buf_size, uni_buf); in fat_shortname2uni()
249 len = fat_short2uni(nls, buf, buf_size, uni_buf); in fat_shortname2uni()
/linux-6.3-rc2/Documentation/filesystems/
A Dhfsplus.rst52 nls=cccc
A Dntfs.rst113 nls=name in the future. See description for nls=name.
115 nls=name Character set to use when returning file names.
121 advised to use nls=utf8 which is capable of
125 nls=utf8 but please use nls=utf8 in the future and
127 the kernel. See description for nls=name.

Completed in 53 milliseconds

12