Searched refs:iodone_func (Results 1 – 2 of 2) sorted by relevance
2936 void (*iodone_func)(struct buf *, void *) = bp->b_iodone; in buf_brelse() local2943 if (iodone_func == NULL) { in buf_brelse()2946 (*iodone_func)(bp, arg); in buf_brelse()4456 void (*iodone_func)(struct buf *, void *) = bp->b_iodone; in buf_biodone() local4460 if (iodone_func == NULL) { in buf_biodone()4471 (*iodone_func)(bp, arg); in buf_biodone()
10392 void (*iodone_func)(void *, int) = upl_ctx->io_done; local10396 (*iodone_func)(upl_ctx->io_context, upl_ctx->io_error);