Lines Matching defs:c
255 struct cache_set *c; member
761 #define btree_bytes(c) ((c)->btree_pages * PAGE_SIZE) argument
765 #define btree_default_blocks(c) \ argument
798 static inline size_t sector_to_bucket(struct cache_set *c, sector_t s) in sector_to_bucket()
803 static inline sector_t bucket_to_sector(struct cache_set *c, size_t b) in bucket_to_sector()
808 static inline sector_t bucket_remainder(struct cache_set *c, sector_t s) in bucket_remainder()
813 static inline size_t PTR_BUCKET_NR(struct cache_set *c, in PTR_BUCKET_NR()
820 static inline struct bucket *PTR_BUCKET(struct cache_set *c, in PTR_BUCKET()
834 static inline uint8_t ptr_stale(struct cache_set *c, const struct bkey *k, in ptr_stale()
840 static inline bool ptr_available(struct cache_set *c, const struct bkey *k, in ptr_available()
865 #define cache_bug(c, ...) \ argument
877 #define cache_bug_on(cond, c, ...) \ argument
883 #define cache_set_err_on(cond, c, ...) \ argument
930 static inline void wake_up_allocators(struct cache_set *c) in wake_up_allocators()
937 static inline void closure_bio_submit(struct cache_set *c, in closure_bio_submit()