Searched refs:cpu_r (Results 1 – 1 of 1) sorted by relevance
520 struct bch_replicas_cpu *cpu_r) in __bch2_sb_replicas_to_cpu_replicas() argument 531 cpu_r->entries = kcalloc(nr, entry_size, GFP_KERNEL); in __bch2_sb_replicas_to_cpu_replicas() 532 if (!cpu_r->entries) in __bch2_sb_replicas_to_cpu_replicas() 535 cpu_r->nr = nr; in __bch2_sb_replicas_to_cpu_replicas() 536 cpu_r->entry_size = entry_size; in __bch2_sb_replicas_to_cpu_replicas() 539 dst = cpu_replicas_entry(cpu_r, idx++); in __bch2_sb_replicas_to_cpu_replicas() 549 struct bch_replicas_cpu *cpu_r) in __bch2_sb_replicas_v0_to_cpu_replicas() argument 563 cpu_r->entries = kcalloc(nr, entry_size, GFP_KERNEL); in __bch2_sb_replicas_v0_to_cpu_replicas() 564 if (!cpu_r->entries) in __bch2_sb_replicas_v0_to_cpu_replicas() 567 cpu_r in __bch2_sb_replicas_v0_to_cpu_replicas() 691 bch2_cpu_replicas_validate(struct bch_replicas_cpu * cpu_r,struct bch_sb * sb,struct printbuf * err) bch2_cpu_replicas_validate() argument 732 struct bch_replicas_cpu cpu_r; bch2_sb_replicas_validate() local 771 struct bch_replicas_cpu cpu_r; bch2_sb_replicas_v0_validate() local [all...]