Home
last modified time | relevance | path

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

/linux-4.1.27/fs/exofs/
Dore_raid.c471 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 …]