Lines Matching refs:read_si
506 struct ore_striping_info read_si; in _read_4_write_first_stripe() local
521 ore_calc_stripe_info(ios->layout, offset, 0, &read_si); in _read_4_write_first_stripe()
522 read_si.obj_offset += min_p * PAGE_SIZE; in _read_4_write_first_stripe()
543 _add_to_r4w(ios, &read_si, *pp, PAGE_SIZE); in _read_4_write_first_stripe()
547 read_si.obj_offset += PAGE_SIZE; in _read_4_write_first_stripe()
559 struct ore_striping_info read_si; in _read_4_write_last_stripe() local
576 ore_calc_stripe_info(ios->layout, offset, 0, &read_si); in _read_4_write_last_stripe()
577 p = read_si.cur_pg; in _read_4_write_last_stripe()
578 c = read_si.cur_comp; in _read_4_write_last_stripe()
606 _add_to_r4w(ios, &read_si, page, PAGE_SIZE); in _read_4_write_last_stripe()
613 ore_calc_stripe_info(ios->layout, offset, 0, &read_si); in _read_4_write_last_stripe()
615 read_si.obj_offset += PAGE_SIZE; in _read_4_write_last_stripe()