Searched defs:cachefscache (Results 1 – 1 of 1) sorted by relevance
533 struct cachefscache { struct534 struct cachefscache *c_next; /* list of caches */ argument535 uint_t c_flags; /* misc flags */536 struct cache_label c_label; /* cache resource info */537 struct cache_usage c_usage; /* cache usage info */538 struct cachefs_rl_info c_rlinfo; /* rl global pointers */539 struct vnode *c_resfilevp; /* resource file vp */540 uint_t c_rl_window; /* window mapped in */541 rl_entry_t *c_rl_entries; /* mapping for rl entries */542 struct vnode *c_dirvp; /* cache directory vp */[all …]