Home
last modified time | relevance | path

Searched refs:ntfs_mbstoucs (Results 1 – 14 of 14) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dunistr.h58 extern int ntfs_mbstoucs(const char *ins, ntfschar **outs);
/third_party/ntfs-3g/ntfsprogs/
Dntfscat.c232 opts.attr_name_len = ntfs_mbstoucs(optarg, in parse_options()
Dutils.c167 tmpstr_len = ntfs_mbstoucs(ins, &tmpstr); in ntfs_mbstoucs_libntfscompat()
193 return ntfs_mbstoucs(ins, outs); in ntfs_mbstoucs_libntfscompat()
Dntfslabel.c381 label_len = ntfs_mbstoucs(label, &new_label); in change_label()
Dntfstruncate.c245 attr_name_len = ntfs_mbstoucs(s, &attr_name); in parse_options()
Dntfsfallocate.c373 attr_name_len = ntfs_mbstoucs(s, &attr_name); in parse_options()
Dntfscp.c817 ufilename_len = ntfs_mbstoucs(filename, &ufilename); in ntfs_new_file()
Dntfsundelete.c243 lth = ntfs_mbstoucs(pattern, &rp); in regcomp()
Dmkntfs.c2221 uname_len = ntfs_mbstoucs(vol_name, &uname); in add_attr_vol_name()
/third_party/ntfs-3g/libntfs-3g/
Ddir.c570 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()
Dunistr.c1027 int ntfs_mbstoucs(const char *ins, ntfschar **outs) function
1446 if (s && ((*len = ntfs_mbstoucs(s, &ucs)) == -1)) {
Dvolume.c758 unicode_len = ntfs_mbstoucs(hiberfile, &unicode); in ntfs_hiberfile_open()
/third_party/ntfs-3g/src/
Dntfs-3g.c562 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()
Dlowntfs-3g.c2357 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()