Searched refs:CACHED_LOOKUP (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.h56 struct CACHED_LOOKUP { struct
57 struct CACHED_LOOKUP *next;
58 struct CACHED_LOOKUP *previous;
H A Ddir.c174 const struct CACHED_LOOKUP *c = (const struct CACHED_LOOKUP*) cached;
175 const struct CACHED_LOOKUP *w = (const struct CACHED_LOOKUP*) wanted;
193 const struct CACHED_LOOKUP *c = (const struct CACHED_LOOKUP*) cached;
194 const struct CACHED_LOOKUP *w = (const struct CACHED_LOOKUP*) wanted;
555 struct CACHED_LOOKUP item;
556 struct CACHED_LOOKUP *cache
[all...]
H A Dcache.c576 sizeof(struct CACHED_LOOKUP),

Completed in 78 milliseconds