Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h27 struct CACHED_GENERIC { struct
28 struct CACHED_GENERIC *next; argument
29 struct CACHED_GENERIC *previous; argument
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 *cached);
79 struct CACHED_GENERIC *entry;
84 struct CACHED_GENERIC *most_recent_entry;
85 struct CACHED_GENERIC *oldest_entry;
[all …]
Ddir.h124 struct CACHED_GENERIC;
126 extern int ntfs_dir_inode_hash(const struct CACHED_GENERIC *cached);
127 extern int ntfs_dir_lookup_hash(const struct CACHED_GENERIC *cached);
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);
/third_party/ntfs-3g/libntfs-3g/
Dcache.c64 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()
[all …]
Ddir.c101 int ntfs_dir_inode_hash(const struct CACHED_GENERIC *cached) in ntfs_dir_inode_hash()
122 static int inode_cache_compare(const struct CACHED_GENERIC *cached, in inode_cache_compare()
123 const struct CACHED_GENERIC *wanted) in inode_cache_compare()
140 static int inode_cache_inv_compare(const struct CACHED_GENERIC *cached, in inode_cache_inv_compare()
141 const struct CACHED_GENERIC *wanted) in inode_cache_inv_compare()
171 static int lookup_cache_compare(const struct CACHED_GENERIC *cached, in lookup_cache_compare()
172 const struct CACHED_GENERIC *wanted) in lookup_cache_compare()
190 static int lookup_cache_inv_compare(const struct CACHED_GENERIC *cached, in lookup_cache_inv_compare()
191 const struct CACHED_GENERIC *wanted) in lookup_cache_inv_compare()
206 int ntfs_dir_lookup_hash(const struct CACHED_GENERIC *cached) in ntfs_dir_lookup_hash()
Dinode.c409 void ntfs_inode_nidata_free(const struct CACHED_GENERIC *cached) in ntfs_inode_nidata_free()
418 int ntfs_inode_nidata_hash(const struct CACHED_GENERIC *item) in ntfs_inode_nidata_hash()
428 static int idata_cache_compare(const struct CACHED_GENERIC *cached, in idata_cache_compare()
429 const struct CACHED_GENERIC *wanted) in idata_cache_compare()
483 (struct CACHED_GENERIC*)cached,0); in ntfs_inode_open()