Lines Matching refs:end_io
116 /* dio_state communicated between submission path and end_io */
123 dio_iodone_t *end_io; /* IO completion function */
280 if (dio->end_io) {
282 err = dio->end_io(dio->iocb, offset, ret, dio->private);
294 * And this page cache invalidation has to be after dio->end_io(), as
296 * end_io() when necessary, otherwise a racing buffer read would cache
422 * bios hold a dio reference between submit_bio and ->end_io.
1106 get_block_t get_block, dio_iodone_t end_io,
1224 dio->end_io = end_io;