Searched refs:CACHED_INODE (Results 1 – 3 of 3) sorted by relevance
35 struct CACHED_INODE { struct36 struct CACHED_INODE *next; argument37 struct CACHED_INODE *previous; argument
145 const struct CACHED_INODE *w; in inode_cache_inv_compare()146 const struct CACHED_INODE *c; in inode_cache_inv_compare()148 w = (const struct CACHED_INODE*)wanted; in inode_cache_inv_compare()149 c = (const struct CACHED_INODE*)cached; in inode_cache_inv_compare()663 struct CACHED_INODE item; in ntfs_pathname_to_inode()664 struct CACHED_INODE *cached; in ntfs_pathname_to_inode()701 cached = (struct CACHED_INODE*)ntfs_fetch_cache( in ntfs_pathname_to_inode()705 cached = (struct CACHED_INODE*)NULL; in ntfs_pathname_to_inode()741 cached = (struct CACHED_INODE*)NULL; in ntfs_pathname_to_inode()745 cached = (struct CACHED_INODE*)ntfs_fetch_cache( in ntfs_pathname_to_inode()[all …]
562 ntfs_dir_inode_hash, sizeof(struct CACHED_INODE), in ntfs_create_lru_caches()