Searched defs:stat_cache (Results 1 – 1 of 1) sorted by relevance
51 typedef struct stat_cache { struct52 int stat_cache_engine; argument53 splay_tree *files; /* nodes of tree are (stat_cache_entry *) */ argument54 struct stat_cache_fam *scf; argument55 } stat_cache; typedef