Lines Matching refs:CACHE_HEADER
63 static void inserthashindex(struct CACHE_HEADER *cache, in inserthashindex()
103 static void drophashindex(struct CACHE_HEADER *cache, in drophashindex()
147 struct CACHED_GENERIC *ntfs_fetch_cache(struct CACHE_HEADER *cache, in ntfs_fetch_cache()
212 struct CACHED_GENERIC *ntfs_enter_cache(struct CACHE_HEADER *cache, in ntfs_enter_cache()
335 static void do_invalidate(struct CACHE_HEADER *cache, in do_invalidate()
374 int ntfs_invalidate_cache(struct CACHE_HEADER *cache, in ntfs_invalidate_cache()
432 int ntfs_remove_cache(struct CACHE_HEADER *cache, in ntfs_remove_cache()
451 static void ntfs_free_cache(struct CACHE_HEADER *cache) in ntfs_free_cache()
472 static struct CACHE_HEADER *ntfs_create_cache(const char *name, in ntfs_create_cache()
477 struct CACHE_HEADER *cache; in ntfs_create_cache()
486 size = sizeof(struct CACHE_HEADER) + item_count*full_item_size; in ntfs_create_cache()
490 cache = (struct CACHE_HEADER*)ntfs_malloc(size); in ntfs_create_cache()