Lines Matching refs:CACHED_GENERIC
64 struct CACHED_GENERIC *current) in inserthashindex()
104 const struct CACHED_GENERIC *current, int hash) in drophashindex()
147 struct CACHED_GENERIC *ntfs_fetch_cache(struct CACHE_HEADER *cache, in ntfs_fetch_cache()
148 const struct CACHED_GENERIC *wanted, cache_compare compare) in ntfs_fetch_cache()
150 struct CACHED_GENERIC *current; in ntfs_fetch_cache()
151 struct CACHED_GENERIC *previous; in ntfs_fetch_cache()
155 current = (struct CACHED_GENERIC*)NULL; in ntfs_fetch_cache()
197 = (struct CACHED_GENERIC*)NULL; in ntfs_fetch_cache()
212 struct CACHED_GENERIC *ntfs_enter_cache(struct CACHE_HEADER *cache, in ntfs_enter_cache()
213 const struct CACHED_GENERIC *item, in ntfs_enter_cache()
216 struct CACHED_GENERIC *current; in ntfs_enter_cache()
217 struct CACHED_GENERIC *before; in ntfs_enter_cache()
221 current = (struct CACHED_GENERIC*)NULL; in ntfs_enter_cache()
274 before->next = (struct CACHED_GENERIC*)NULL; in ntfs_enter_cache()
297 current->previous = (struct CACHED_GENERIC*)NULL; in ntfs_enter_cache()
315 current = (struct CACHED_GENERIC*)NULL; in ntfs_enter_cache()
336 struct CACHED_GENERIC *current, int flags) in do_invalidate()
338 struct CACHED_GENERIC *previous; in do_invalidate()
375 const struct CACHED_GENERIC *item, cache_compare compare, in ntfs_invalidate_cache()
378 struct CACHED_GENERIC *current; in ntfs_invalidate_cache()
379 struct CACHED_GENERIC *next; in ntfs_invalidate_cache()
384 current = (struct CACHED_GENERIC*)NULL; in ntfs_invalidate_cache()
433 struct CACHED_GENERIC *item, int flags) in ntfs_remove_cache()
453 struct CACHED_GENERIC *entry; in ntfs_free_cache()
478 struct CACHED_GENERIC *pc; in ntfs_create_cache()
479 struct CACHED_GENERIC *qc; in ntfs_create_cache()
502 cache->fixed_size = full_item_size - sizeof(struct CACHED_GENERIC); in ntfs_create_cache()
507 cache->most_recent_entry = (struct CACHED_GENERIC*)NULL; in ntfs_create_cache()
508 cache->oldest_entry = (struct CACHED_GENERIC*)NULL; in ntfs_create_cache()
512 qc = (struct CACHED_GENERIC*)((char*)pc in ntfs_create_cache()
520 pc->next = (struct CACHED_GENERIC*)NULL; in ntfs_create_cache()