CACHE_HEADER
static void drophashindex(struct CACHE_HEADER *cache,
struct CACHED_GENERIC *ntfs_fetch_cache(struct CACHE_HEADER *cache,
struct CACHED_GENERIC *ntfs_enter_cache(struct CACHE_HEADER *cache,
static void do_invalidate(struct CACHE_HEADER *cache,
int ntfs_invalidate_cache(struct CACHE_HEADER *cache,
int ntfs_remove_cache(struct CACHE_HEADER *cache,
static void ntfs_free_cache(struct CACHE_HEADER *cache)
static struct CACHE_HEADER *ntfs_create_cache(const char *name,
struct CACHE_HEADER *cache;
size = sizeof(struct CACHE_HEADER) + item_count*full_item_size;
cache = (struct CACHE_HEADER*)ntfs_malloc(size);
static void inserthashindex(struct CACHE_HEADER *cache,
struct CACHED_GENERIC *ntfs_fetch_cache(struct CACHE_HEADER *cache,
struct CACHED_GENERIC *ntfs_enter_cache(struct CACHE_HEADER *cache,
int ntfs_invalidate_cache(struct CACHE_HEADER *cache,
int ntfs_remove_cache(struct CACHE_HEADER *cache,
struct CACHE_HEADER *xinode_cache;
struct CACHE_HEADER *nidata_cache;
struct CACHE_HEADER *lookup_cache;
struct CACHE_HEADER *securid_cache;
struct CACHE_HEADER *legacy_cache;