Searched refs:b_iodone (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h114 void (*b_iodone)(buf_t, void *); /* Function to call upon completion. */ member in struct:buf
207 #define B_FILTER 0x00400000 /* call b_iodone from biodone as an in-line filter */
208 #define B_CALL 0x00800000 /* Call b_iodone from biodone, assumes b_iodone consumes bp */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c647 return ((void *)bp->b_iodone);
659 bp->b_iodone = callback;
705 io_bp->b_iodone = iodone;
766 io_bp->b_iodone = iodone;
890 *old_iodone = bp->b_iodone;
895 bp->b_iodone = filter;
2558 * set then call the b_iodone function so it gets cleaned
2565 void (*iodone_func)(struct buf *, void *) = bp->b_iodone;
2569 bp->b_iodone = NULL;
2573 panic("brelse: bp @ %p has NULL b_iodone!\
[all...]

Completed in 78 milliseconds