Searched refs:for_each_cpu_replicas_entry (Results 1 – 2 of 2) sorted by relevance
131 for_each_cpu_replicas_entry(r, e) { in bch2_cpu_replicas_to_text()408 for_each_cpu_replicas_entry(&c->replicas, e) { in bch2_replicas_gc_start()428 for_each_cpu_replicas_entry(&c->replicas, e) in bch2_replicas_gc_start()619 for_each_cpu_replicas_entry(r, src) in bch2_cpu_replicas_to_sb_replicas_v0()635 for_each_cpu_replicas_entry(r, src) { in bch2_cpu_replicas_to_sb_replicas_v0()658 for_each_cpu_replicas_entry(r, src) { in bch2_cpu_replicas_to_sb_replicas()680 for_each_cpu_replicas_entry(r, src) { in bch2_cpu_replicas_to_sb_replicas()815 for_each_cpu_replicas_entry(&c->replicas, e) { in bch2_have_enough_devs()
56 #define for_each_cpu_replicas_entry(_r, _i) \ macro