Home
last modified time | relevance | path

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

/linux-4.4.14/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.c174 objlayout_iodone(struct objlayout_io_res *oir) in objlayout_iodone()
195 objlayout_io_set_result(struct objlayout_io_res *oir, unsigned index, in objlayout_io_set_result()
242 objlayout_read_done(struct objlayout_io_res *oir, ssize_t status, bool sync) in objlayout_read_done()
324 objlayout_write_done(struct objlayout_io_res *oir, ssize_t status, bool sync) in objlayout_write_done()
473 struct objlayout_io_res *oir, *tmp; in encode_accumulated_error()
512 struct objlayout_io_res *oir, *tmp; in objlayout_encode_layoutreturn()
Dobjio_osd.c78 struct objlayout_io_res oir;
332 void objio_free_result(struct objlayout_io_res *oir) in objio_free_result()