Home
last modified time | relevance | path

Searched refs:iodone_func (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_bio.c2936 void (*iodone_func)(struct buf *, void *) = bp->b_iodone; in buf_brelse() local
2943 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() local
4460 if (iodone_func == NULL) { in buf_biodone()
4471 (*iodone_func)(bp, arg); in buf_biodone()
/xnu-12377.81.4/osfmk/vm/
H A Dvm_pageout.c10392 void (*iodone_func)(void *, int) = upl_ctx->io_done; local
10396 (*iodone_func)(upl_ctx->io_context, upl_ctx->io_error);