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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h104 void (*b_iodone)(buf_t, void *); /* Function to call upon completion. */ member in struct:buf
169 #define B_FILTER 0x00400000 /* call b_iodone from biodone as an in-line filter */
170 #define B_CALL 0x00800000 /* Call b_iodone from biodone, assumes b_iodone consumes bp */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c473 return ((void *)bp->b_iodone);
485 bp->b_iodone = callback;
531 io_bp->b_iodone = iodone;
552 *old_iodone = (void *)(bp->b_iodone);
557 bp->b_iodone = filter;
1965 * set then call the b_iodone function so it gets cleaned
1972 void (*iodone_func)(struct buf *, void *) = bp->b_iodone;
1976 bp->b_iodone = NULL;
1980 panic("brelse: bp @ %p has NULL b_iodone!\n", bp);
2927 bp->b_iodone
[all...]

Completed in 25 milliseconds