Lines Matching refs:row
130 uint_t row; in get_big_stripe_req_size() local
148 for (row = 0; (row < un->un_nrows); row++) in get_big_stripe_req_size()
149 ncomps += mdr[row].un_ncomp; in get_big_stripe_req_size()
164 uint_t row; in get_small_stripe_req_size() local
181 for (row = 0; (row < un->un_nrows); row++) in get_small_stripe_req_size()
182 ncomps += mdr[row].un_ncomp; in get_small_stripe_req_size()
214 uint_t row, comp, ncomps = 0; in stripe_convert() local
232 for (row = 0; (row < big_un->un_nrows); row++) { in stripe_convert()
233 ncomps += big_mdr[row].un_ncomp; in stripe_convert()
234 MSROW_BIG2SMALL((&(big_mdr[row])), (&(small_mdr[row]))); in stripe_convert()
266 for (row = 0; (row < small_un->un_nrows); row++) { in stripe_convert()
267 ncomps += small_mdr[row].un_ncomp; in stripe_convert()
268 MSROW_SMALL2BIG((&(small_mdr[row])), (&(big_mdr[row]))); in stripe_convert()