Lines Matching defs:ios

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()
143 struct ore_io_state *ios; in _ore_get_io_state() local
147 struct ore_io_state ios; in _ore_get_io_state() member
168 struct ore_io_state ios; in _ore_get_io_state() member
241 struct ore_io_state *ios; in ore_get_rw_state() local
312 void ore_put_io_state(struct ore_io_state *ios) in ore_put_io_state()
332 static void _sync_done(struct ore_io_state *ios, void *p) in _sync_done()
341 struct ore_io_state *ios = container_of( in _last_io() local
349 struct ore_io_state *ios = p; in _done_io() local
354 int ore_io_execute(struct ore_io_state *ios) in ore_io_execute()
414 int ore_check_io(struct ore_io_state *ios, ore_on_dev_error on_dev_error) in ore_check_io()
575 int _ore_add_stripe_unit(struct ore_io_state *ios, unsigned *cur_pg, in _ore_add_stripe_unit()
635 static int _prepare_for_striping(struct ore_io_state *ios) in _prepare_for_striping()
747 int ore_create(struct ore_io_state *ios) in ore_create()
772 int ore_remove(struct ore_io_state *ios) in ore_remove()
797 static int _write_mirror(struct ore_io_state *ios, int cur_comp) in _write_mirror()
892 int ore_write(struct ore_io_state *ios) in ore_write()
920 int _ore_read_mirror(struct ore_io_state *ios, unsigned cur_comp) in _ore_read_mirror()
974 int ore_read(struct ore_io_state *ios) in ore_read()
994 int extract_attr_from_ios(struct ore_io_state *ios, struct osd_attr *attr) in extract_attr_from_ios()
1016 static int _truncate_mirrors(struct ore_io_state *ios, unsigned cur_comp, in _truncate_mirrors()
1065 struct ore_io_state *ios; in ore_truncate() local