Lines Matching defs:cache
418 struct cache { struct
419 struct cache_set *set; argument
420 struct cache_sb sb; argument
421 struct cache_sb_disk *sb_disk; argument
422 struct bio sb_bio;
423 struct bio_vec sb_bv[1];
448 * cached data in them, and we can't reuse them until after we write argument
456 size_t fifo_last_bucket;
459 struct bucket *buckets;
468 unsigned int invalidate_needs_gc;
470 bool discard; /* Get rid of? */
495 * Flag bits, for how the cache set is shutting down, and what phase it's at: argument
530 struct cache *cache; member