Searched refs:read_si (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/exofs/ |
D | ore_raid.c | 471 struct ore_striping_info read_si; in _read_4_write_first_stripe() local 486 ore_calc_stripe_info(ios->layout, offset, 0, &read_si); in _read_4_write_first_stripe() 487 read_si.obj_offset += min_p * PAGE_SIZE; in _read_4_write_first_stripe() 508 _add_to_r4w(ios, &read_si, *pp, PAGE_SIZE); in _read_4_write_first_stripe() 512 read_si.obj_offset += PAGE_SIZE; in _read_4_write_first_stripe() 524 struct ore_striping_info read_si; in _read_4_write_last_stripe() local 541 ore_calc_stripe_info(ios->layout, offset, 0, &read_si); in _read_4_write_last_stripe() 542 p = read_si.cur_pg; in _read_4_write_last_stripe() 543 c = read_si.cur_comp; in _read_4_write_last_stripe() 571 _add_to_r4w(ios, &read_si, page, PAGE_SIZE); in _read_4_write_last_stripe() [all …]
|