Lines Matching refs:end_io
117 /* dio_state communicated between submission path and end_io */
126 dio_iodone_t *end_io; /* IO completion function */
270 if (dio->end_io) {
272 err = dio->end_io(dio->iocb, offset, ret, dio->private);
284 * And this page cache invalidation has to be after dio->end_io(), as
286 * end_io() when necessary, otherwise a racing buffer read would cache
421 * bios hold a dio reference between submit_bio and ->end_io.
1129 get_block_t get_block, dio_iodone_t end_io,
1249 dio->end_io = end_io;
1351 dio_iodone_t end_io, dio_submit_t submit_io,
1367 end_io, submit_io, flags);