Lines Matching refs:disk_label
164 if (s.disk_label) { in bch2_stripe_to_text()
166 bch2_disk_path_to_text(out, c, s.disk_label - 1); in bch2_stripe_to_text()
1530 unsigned disk_label) in ec_stripe_key_init() argument
1541 s->v.disk_label = disk_label; in ec_stripe_key_init()
1575 h->blocksize, h->disk_label); in ec_new_stripe_alloc()
1585 h->devs = target_rw_devs(c, BCH_DATA_user, h->disk_label in ec_stripe_head_devs_update()
1586 ? group_to_target(h->disk_label - 1) in ec_stripe_head_devs_update()
1634 ec_new_stripe_head_alloc(struct bch_fs *c, unsigned disk_label, in ec_new_stripe_head_alloc() argument
1647 h->disk_label = disk_label; in ec_new_stripe_head_alloc()
1669 unsigned disk_label, in __bch2_ec_stripe_head_get() argument
1691 if (h->disk_label == disk_label && in __bch2_ec_stripe_head_get()
1703 h = ec_new_stripe_head_alloc(c, disk_label, algo, redundancy, watermark); in __bch2_ec_stripe_head_get()
1844 if (s.v->disk_label == head->disk_label && in __get_existing_stripe()
2006 unsigned disk_label = 0; in bch2_ec_stripe_head_get() local
2016 disk_label = t.group + 1; /* 0 == no label */ in bch2_ec_stripe_head_get()
2020 __bch2_ec_stripe_head_get(trans, disk_label, algo, in bch2_ec_stripe_head_get()
2305 h->disk_label, h->algo, h->redundancy, in bch2_new_stripes_to_text()