Searched refs:nr_in_set (Results 1 – 2 of 2) sorted by relevance
166 sb->nr_in_set = le16_to_cpu(s->nr_in_set); in read_super()193 if (!sb->nr_in_set || in read_super()194 sb->nr_in_set <= sb->nr_this_dev || in read_super()195 sb->nr_in_set > MAX_CACHES_PER_SET) in read_super()1366 c->sb.nr_in_set = sb->nr_in_set; in bch_cache_set_alloc()1599 ca->sb.nr_in_set == c->sb.nr_in_set; in can_attach_cache()1655 if (c->caches_loaded == c->sb.nr_in_set) in register_cache_set()
273 uint16_t nr_in_set; member1101 for (iter = 0; ca = cs->cache[iter], iter < (cs)->sb.nr_in_set; iter++)