Lines Matching defs:cache
411 struct cache { struct
412 struct cache_set *set; argument
413 struct cache_sb sb; argument
414 struct cache_sb_disk *sb_disk; argument
415 struct bio sb_bio;
416 struct bio_vec sb_bv[1];
440 * cached data in them, and we can't reuse them until after we write argument
448 size_t fifo_last_bucket;
451 struct bucket *buckets;
475 char cache_dev_name[BDEVNAME_SIZE]; argument
489 * Flag bits, for how the cache set is shutting down, and what phase it's at: argument
524 struct cache *cache; member