Lines Matching defs:cache
408 struct cache { struct
409 struct cache_set *set; argument
410 struct cache_sb sb; argument
411 struct cache_sb_disk *sb_disk; argument
412 struct bio sb_bio;
413 struct bio_vec sb_bv[1];
437 * cached data in them, and we can't reuse them until after we write argument
445 size_t fifo_last_bucket;
448 struct bucket *buckets;
457 unsigned int invalidate_needs_gc;
459 bool discard; /* Get rid of? */
484 * Flag bits, for how the cache set is shutting down, and what phase it's at: argument
519 struct cache *cache; member