Searched refs:ntfs_mbstoucs (Results 1 – 14 of 14) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | unistr.h | 58 extern int ntfs_mbstoucs(const char *ins, ntfschar **outs);
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscat.c | 232 opts.attr_name_len = ntfs_mbstoucs(optarg, in parse_options()
|
D | utils.c | 167 tmpstr_len = ntfs_mbstoucs(ins, &tmpstr); in ntfs_mbstoucs_libntfscompat() 193 return ntfs_mbstoucs(ins, outs); in ntfs_mbstoucs_libntfscompat()
|
D | ntfslabel.c | 381 label_len = ntfs_mbstoucs(label, &new_label); in change_label()
|
D | ntfstruncate.c | 245 attr_name_len = ntfs_mbstoucs(s, &attr_name); in parse_options()
|
D | ntfsfallocate.c | 373 attr_name_len = ntfs_mbstoucs(s, &attr_name); in parse_options()
|
D | ntfscp.c | 817 ufilename_len = ntfs_mbstoucs(filename, &ufilename); in ntfs_new_file()
|
D | ntfsundelete.c | 243 lth = ntfs_mbstoucs(pattern, &rp); in regcomp()
|
D | mkntfs.c | 2221 uname_len = ntfs_mbstoucs(vol_name, &uname); in add_attr_vol_name()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 570 uname_len = ntfs_mbstoucs(name, &uname); in ntfs_inode_lookup_by_mbsname() 587 uname_len = ntfs_mbstoucs(cached_name, &uname); in ntfs_inode_lookup_by_mbsname() 757 len = ntfs_mbstoucs(p, &unicode); in ntfs_pathname_to_inode() 776 len = ntfs_mbstoucs(p, &unicode); in ntfs_pathname_to_inode() 2697 shortlen = ntfs_mbstoucs(newname, &shortname); in ntfs_set_ntfs_dos_name()
|
D | unistr.c | 1027 int ntfs_mbstoucs(const char *ins, ntfschar **outs) function 1446 if (s && ((*len = ntfs_mbstoucs(s, &ucs)) == -1)) {
|
D | volume.c | 758 unicode_len = ntfs_mbstoucs(hiberfile, &unicode); in ntfs_hiberfile_open()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 562 res = ntfs_mbstoucs(stream_name_mbs, stream_name); in ntfs_fuse_parse_path() 2082 uname_len = ntfs_mbstoucs(name, &uname); in ntfs_fuse_create() 2174 utarget_len = ntfs_mbstoucs(target, in ntfs_fuse_create() 2384 uname_len = ntfs_mbstoucs(name, &uname); in ntfs_fuse_link() 2478 uname_len = ntfs_mbstoucs(name, &uname); in ntfs_fuse_rm() 3116 len = ntfs_mbstoucs(name + nf_ns_user_prefix_len, lename); in fix_xattr_prefix() 3130 len = ntfs_mbstoucs(prefixed, lename); in fix_xattr_prefix() 3139 len = ntfs_mbstoucs(name, lename); in fix_xattr_prefix()
|
D | lowntfs-3g.c | 2357 uname_len = ntfs_mbstoucs(name, &uname); in ntfs_fuse_create() 2444 utarget_len = ntfs_mbstoucs(target, in ntfs_fuse_create() 2606 uname_len = ntfs_mbstoucs(newname, &uname); in ntfs_fuse_newlink() 2718 uname_len = ntfs_mbstoucs(name, &uname); in ntfs_fuse_rm() 2817 ugname_len = ntfs_mbstoucs(ghostname, &ugname); in ntfs_fuse_rm() 3432 len = ntfs_mbstoucs(name + nf_ns_user_prefix_len, lename); in fix_xattr_prefix() 3446 len = ntfs_mbstoucs(prefixed, lename); in fix_xattr_prefix() 3455 len = ntfs_mbstoucs(name, lename); in fix_xattr_prefix()
|