Searched refs:ntfs_name (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_vnops.c604 ntfschar *ntfs_name; local
614 * ntfs_name to NULL and utf8_to_ntfs() will allocate the memory for
787 ntfs_name = ntfs_name_buf;
790 &ntfs_name, &ntfs_name_size);
802 err = ntfs_lookup_inode_by_name(dir_ni, ntfs_name, ntfs_name_len,
1137 ntfschar *ntfs_name; local
1181 ntfs_name = fn->filename;
1184 &ntfs_name, &ntfs_name_size);
4049 ntfschar *ntfs_name; local
4077 * so we simply set @ntfs_name an
4685 ntfschar *ntfs_name; local
5064 ntfschar *ntfs_name; local
8675 ntfschar *ntfs_name; local
9007 ntfschar *ntfs_name; local
9454 ntfschar *ntfs_name; local
[all...]
H A Dntfs_vfsops.c1861 ntfschar *ntfs_name; local
1883 ntfs_name = (ntfschar*)((u8*)a + le16_to_cpu(a->value_offset));
1891 if ((u8*)ntfs_name < (u8*)a || (u8*)ntfs_name + ntfs_size >
1898 res_size = ntfs_to_utf8(vol, ntfs_name, ntfs_size, &utf8_name,
5172 ntfschar *ntfs_name = NULL; local
5199 &ntfs_name, &ntfs_name_size);
5277 if (!ntfs_name) {
5285 NULL, 0, ntfs_name, ntfs_name_len);
5303 if (!ntfs_name) {
[all...]
H A Dntfs_inode.c4229 ntfschar *ntfs_name; local
4249 ntfs_name = NULL;
4257 ntfs_name = ntfs_name_buf;
4260 strlen(vn_name), &ntfs_name,
4280 ntfs_name = NULL;
4315 ntfs_name = NULL;
4349 if (ntfs_name && (res_size != fn->filename_length ||
4350 bcmp(ntfs_name, fn->filename, res_size))) {
4401 ntfs_name ? "" : "not ");

Completed in 87 milliseconds