Home
last modified time | relevance | path

Searched refs:for_each_cpu_replicas_entry (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dreplicas.c131 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()
Dreplicas.h56 #define for_each_cpu_replicas_entry(_r, _i) \ macro