Searched refs:ntfs_str2ucs (Results 1 – 6 of 6) sorted by relevance
67 extern ntfschar *ntfs_str2ucs(const char *s, int *len);
1052 attr_name = ntfs_str2ucs(opts.attr_name, &attr_name_len); in main()
1448 uname = ntfs_str2ucs(name, &uname_len); in insert_positioned_attr_in_mft_record()1639 uname = ntfs_str2ucs(name, &uname_len); in insert_non_resident_attr_in_mft_record()1826 uname = ntfs_str2ucs(name, &uname_len); in insert_resident_attr_in_mft_record()2438 uname = ntfs_str2ucs(name, &uname_len); in upgrade_to_large_index()
2587 if ((ustr = ntfs_str2ucs(aname, &len)) == NULL) { in lookup_data_attr()
1442 ntfschar *ntfs_str2ucs(const char *s, int *len) function
1438 if ((ustr = ntfs_str2ucs("$Bad", &len)) == NULL) { in ntfs_inode_badclus_bad()