Home
last modified time | relevance | path

Searched refs:read_si (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/exofs/
Dore_raid.c506 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()
[all …]