Searched refs:new_mdr (Results 1 – 1 of 1) sorted by relevance
1303 struct ms_row *mdr, *new_mdr; in meta_stripe_attach() local1385 new_mdr = &new_un->un_row[old_un->un_nrows]; in meta_stripe_attach()1386 new_mdr->un_icomp = ncomps - newcomps; in meta_stripe_attach()1387 new_mdr->un_ncomp = newcomps; in meta_stripe_attach()1388 new_mdr->un_blocks = 0; in meta_stripe_attach()1389 new_mdr->un_cum_blocks = in meta_stripe_attach()1391 new_mdr->un_interlace = interlace; in meta_stripe_attach()1395 icomp = new_mdr->un_icomp; in meta_stripe_attach()1451 new_mdr->un_blocks = new_mdr->un_ncomp * disk_size; in meta_stripe_attach()1452 new_blks = new_mdr->un_cum_blocks + new_mdr->un_blocks; in meta_stripe_attach()[all …]