Lines Matching refs:disk_label
159 if (s.disk_label) { in bch2_stripe_to_text()
161 bch2_disk_path_to_text(out, c, s.disk_label - 1); in bch2_stripe_to_text()
376 m->disk_label = s->disk_label; in stripe_to_mem()
1696 unsigned disk_label) in ec_stripe_key_init() argument
1707 s->v.disk_label = disk_label; in ec_stripe_key_init()
1741 h->blocksize, h->disk_label); in ec_new_stripe_alloc()
1753 h->devs = target_rw_devs(c, BCH_DATA_user, h->disk_label in ec_stripe_head_devs_update()
1754 ? group_to_target(h->disk_label - 1) in ec_stripe_head_devs_update()
1803 ec_new_stripe_head_alloc(struct bch_fs *c, unsigned disk_label, in ec_new_stripe_head_alloc() argument
1816 h->disk_label = disk_label; in ec_new_stripe_head_alloc()
1838 unsigned disk_label, in __bch2_ec_stripe_head_get() argument
1860 if (h->disk_label == disk_label && in __bch2_ec_stripe_head_get()
1872 h = ec_new_stripe_head_alloc(c, disk_label, algo, redundancy, watermark); in __bch2_ec_stripe_head_get()
2005 if (m->disk_label == head->disk_label && in get_existing_stripe()
2151 unsigned disk_label = 0; in bch2_ec_stripe_head_get() local
2160 disk_label = t.group + 1; /* 0 == no label */ in bch2_ec_stripe_head_get()
2163 h = __bch2_ec_stripe_head_get(trans, disk_label, algo, redundancy, watermark); in bch2_ec_stripe_head_get()
2437 h->disk_label, h->algo, h->redundancy, in bch2_new_stripes_to_text()