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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_hash.c64 static ntfs_inode_list_head *ntfs_inode_hash_table; variable
78 ntfs_inode_hash_table = hashinit(desiredvnodes, M_TEMP,
80 if (!ntfs_inode_hash_table) {
106 FREE(ntfs_inode_hash_table, M_TEMP);
134 return ntfs_inode_hash_table + ntfs_inode_hash(vol, mft_no);

Completed in 62 milliseconds