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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.h27 struct CACHED_GENERIC { struct
28 struct CACHED_GENERIC *next;
29 struct CACHED_GENERIC *previous;
41 /* above fields must match "struct CACHED_GENERIC" */
51 /* above fields must match "struct CACHED_GENERIC" */
62 /* above fields must match "struct CACHED_GENERIC" */
72 typedef int (*cache_compare)(const struct CACHED_GENERIC *cached,
73 const struct CACHED_GENERIC *item);
74 typedef void (*cache_free)(const struct CACHED_GENERIC *cached);
75 typedef int (*cache_hash)(const struct CACHED_GENERIC *cache
[all...]
H A Dcache.c64 struct CACHED_GENERIC *current)
104 const struct CACHED_GENERIC *current, int hash)
147 struct CACHED_GENERIC *ntfs_fetch_cache(struct CACHE_HEADER *cache,
148 const struct CACHED_GENERIC *wanted, cache_compare compare)
150 struct CACHED_GENERIC *current;
151 struct CACHED_GENERIC *previous;
155 current = (struct CACHED_GENERIC*)NULL;
197 = (struct CACHED_GENERIC*)NULL;
212 struct CACHED_GENERIC *ntfs_enter_cache(struct CACHE_HEADER *cache,
213 const struct CACHED_GENERIC *ite
[all...]
H A Ddir.h125 struct CACHED_GENERIC;
127 extern int ntfs_dir_inode_hash(const struct CACHED_GENERIC *cached);
128 extern int ntfs_dir_lookup_hash(const struct CACHED_GENERIC *cached);
H A Dinode.h189 struct CACHED_GENERIC;
193 extern void ntfs_inode_nidata_free(const struct CACHED_GENERIC *cached);
194 extern int ntfs_inode_nidata_hash(const struct CACHED_GENERIC *item);
H A Ddir.c101 int ntfs_dir_inode_hash(const struct CACHED_GENERIC *cached)
122 static int inode_cache_compare(const struct CACHED_GENERIC *cached,
123 const struct CACHED_GENERIC *wanted)
140 static int inode_cache_inv_compare(const struct CACHED_GENERIC *cached,
141 const struct CACHED_GENERIC *wanted)
171 static int lookup_cache_compare(const struct CACHED_GENERIC *cached,
172 const struct CACHED_GENERIC *wanted)
190 static int lookup_cache_inv_compare(const struct CACHED_GENERIC *cached,
191 const struct CACHED_GENERIC *wanted)
206 int ntfs_dir_lookup_hash(const struct CACHED_GENERIC *cache
[all...]
H A Dinode.c409 void ntfs_inode_nidata_free(const struct CACHED_GENERIC *cached)
418 int ntfs_inode_nidata_hash(const struct CACHED_GENERIC *item)
428 static int idata_cache_compare(const struct CACHED_GENERIC *cached,
429 const struct CACHED_GENERIC *wanted)
483 (struct CACHED_GENERIC*)cached,0);

Completed in 22 milliseconds