MAX_CACHES_PER_SET  500 drivers/md/bcache/alloc.c 	BUG_ON(!n || n > c->caches_loaded || n > MAX_CACHES_PER_SET);
MAX_CACHES_PER_SET  520 drivers/md/bcache/bcache.h 	struct cache		*cache[MAX_CACHES_PER_SET];
MAX_CACHES_PER_SET  521 drivers/md/bcache/bcache.h 	struct cache		*cache_by_alloc[MAX_CACHES_PER_SET];
MAX_CACHES_PER_SET  819 drivers/md/bcache/bcache.h 	return (PTR_DEV(k, i) < MAX_CACHES_PER_SET) && PTR_CACHE(c, k, i);
MAX_CACHES_PER_SET  167 drivers/md/bcache/super.c 		    sb->nr_in_set > MAX_CACHES_PER_SET)
MAX_CACHES_PER_SET  291 include/uapi/linux/bcache.h 	__u64			prio_bucket[MAX_CACHES_PER_SET];