Lines Matching refs:ore_io_state

119 static u8 *_ios_cred(struct ore_io_state *ios, unsigned index)  in _ios_cred()
124 static struct osd_obj_id *_ios_obj(struct ore_io_state *ios, unsigned index) in _ios_obj()
129 static struct osd_dev *_ios_od(struct ore_io_state *ios, unsigned index) in _ios_od()
141 struct ore_io_state **pios) in _ore_get_io_state()
143 struct ore_io_state *ios; in _ore_get_io_state()
147 struct ore_io_state ios; in _ore_get_io_state()
168 struct ore_io_state ios; in _ore_get_io_state()
239 struct ore_io_state **pios) in ore_get_rw_state()
241 struct ore_io_state *ios; in ore_get_rw_state()
307 struct ore_io_state **pios) in ore_get_io_state()
313 void ore_put_io_state(struct ore_io_state *ios) in ore_put_io_state()
333 static void _sync_done(struct ore_io_state *ios, void *p) in _sync_done()
342 struct ore_io_state *ios = container_of( in _last_io()
343 kref, struct ore_io_state, kref); in _last_io()
350 struct ore_io_state *ios = p; in _done_io()
355 int ore_io_execute(struct ore_io_state *ios) in ore_io_execute()
415 int ore_check_io(struct ore_io_state *ios, ore_on_dev_error on_dev_error) in ore_check_io()
581 int _ore_add_stripe_unit(struct ore_io_state *ios, unsigned *cur_pg, in _ore_add_stripe_unit()
648 static int _prepare_for_striping(struct ore_io_state *ios) in _prepare_for_striping()
754 int ore_create(struct ore_io_state *ios) in ore_create()
779 int ore_remove(struct ore_io_state *ios) in ore_remove()
804 static int _write_mirror(struct ore_io_state *ios, int cur_comp) in _write_mirror()
899 int ore_write(struct ore_io_state *ios) in ore_write()
927 int _ore_read_mirror(struct ore_io_state *ios, unsigned cur_comp) in _ore_read_mirror()
981 int ore_read(struct ore_io_state *ios) in ore_read()
1001 int extract_attr_from_ios(struct ore_io_state *ios, struct osd_attr *attr) in extract_attr_from_ios()
1023 static int _truncate_mirrors(struct ore_io_state *ios, unsigned cur_comp, in _truncate_mirrors()
1072 struct ore_io_state *ios; in ore_truncate()