Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfs/objlayout/
Dobjlayout.h77 struct objlayout_io_res { struct
96 void objlayout_init_ioerrs(struct objlayout_io_res *oir, unsigned num_comps, in objlayout_init_ioerrs() argument
120 extern void objio_free_result(struct objlayout_io_res *oir);
128 extern void objlayout_io_set_result(struct objlayout_io_res *oir,
147 extern void objlayout_read_done(struct objlayout_io_res *oir,
149 extern void objlayout_write_done(struct objlayout_io_res *oir,
Dobjlayout.c185 objlayout_iodone(struct objlayout_io_res *oir) in objlayout_iodone()
206 objlayout_io_set_result(struct objlayout_io_res *oir, unsigned index, in objlayout_io_set_result()
253 objlayout_read_done(struct objlayout_io_res *oir, ssize_t status, bool sync) in objlayout_read_done()
334 objlayout_write_done(struct objlayout_io_res *oir, ssize_t status, bool sync) in objlayout_write_done()
484 struct objlayout_io_res *oir, *tmp; in encode_accumulated_error()
523 struct objlayout_io_res *oir, *tmp; in objlayout_encode_layoutreturn()
Dobjio_osd.c123 struct objlayout_io_res oir;
363 void objio_free_result(struct objlayout_io_res *oir) in objio_free_result()