Searched refs:iodone_func (Results 1 – 2 of 2) sorted by relevance
2773 void (*iodone_func)(struct buf *, void *) = bp->b_iodone; in buf_brelse() local2780 if (iodone_func == NULL) { in buf_brelse()2783 (*iodone_func)(bp, arg); in buf_brelse()4291 void (*iodone_func)(struct buf *, void *) = bp->b_iodone; in buf_biodone() local4295 if (iodone_func == NULL) { in buf_biodone()4306 (*iodone_func)(bp, arg); in buf_biodone()
9897 void (*iodone_func)(void *, int) = upl_ctx->io_done; local9901 (*iodone_func)(upl_ctx->io_context, upl_ctx->io_error);