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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h35 typedef struct cache_ent { struct
49 struct cache_ent *next, /* points toward mru end of list */
52 } cache_ent; typedef in typeref:struct:cache_ent
60 cache_ent *lru; /* tail of the list */
61 cache_ent *mru; /* head of the list */
H A Dfs_cache.c70 static int flush_ents(cache_ent **ents, int n_ents);
519 cache_ent *ce;
549 cache_ent *ce, *prev = NULL;
577 cache_ent *nce;
598 cache_ent *ce, *prev, *oce;
649 cache_ent *ce;
682 cache_ent *ce;
715 this function detaches the cache_ent from the list.
718 delete_from_list(cache_ent_list *cel, cache_ent *ce)
737 this function adds the cache_ent c
[all...]
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h37 typedef struct cache_ent { struct
51 struct cache_ent *next, /* points toward mru end of list */
54 } cache_ent; typedef in typeref:struct:cache_ent
62 cache_ent *lru; /* tail of the list */
63 cache_ent *mru; /* head of the list */

Completed in 79 milliseconds