Home
last modified time | relevance | path

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

/linux-3.4.99/fs/exofs/
Dore_raid.c466 struct ore_striping_info read_si; in _read_4_write_first_stripe() local
481 ore_calc_stripe_info(ios->layout, offset, 0, &read_si); in _read_4_write_first_stripe()
482 read_si.obj_offset += min_p * PAGE_SIZE; in _read_4_write_first_stripe()
503 _add_to_r4w(ios, &read_si, *pp, PAGE_SIZE); in _read_4_write_first_stripe()
507 read_si.obj_offset += PAGE_SIZE; in _read_4_write_first_stripe()
519 struct ore_striping_info read_si; in _read_4_write_last_stripe() local
536 ore_calc_stripe_info(ios->layout, offset, 0, &read_si); in _read_4_write_last_stripe()
537 p = read_si.unit_off / PAGE_SIZE; in _read_4_write_last_stripe()
539 ios->layout->mirrors_p1, read_si.par_dev, read_si.dev); in _read_4_write_last_stripe()
567 _add_to_r4w(ios, &read_si, page, PAGE_SIZE); in _read_4_write_last_stripe()
[all …]