Searched refs:buf_biodone (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/dev/
H A Dmemdev.c246 buf_biodone(bp);
263 buf_biodone(bp); /* Return */
340 buf_biodone(bp); /* Say we've finished */
/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c243 buf_biodone(ap->a_bp);
/xnu-2422.115.4/bsd/sys/
H A Dbuf.h597 @discussion A one-shot callout set with buf_setcallback() will be called from buf_biodone()
636 @param iodone Callback to be called from buf_biodone() when I/O completes, in the sense of buf_setcallback().
651 @param iodone Callback to be called from buf_biodone() when I/O completes, in the sense of buf_setcallback().
814 @function buf_biodone
816 @discussion buf_biodone() should be called by whosoever decides that an I/O on a buffer is complete; for example,
820 Otherwise, if the buffer is marked B_ASYNC (e.g. it was passed to buf_bawrite()), then buf_biodone()
826 void buf_biodone(buf_t);
831 @discussion Waits for I/O on a buffer to finish, as marked by a buf_biodone() call.
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1195 buf_biodone(bp);
1254 buf_biodone(bp);
1262 buf_biodone(bp);
1290 buf_biodone(bp);
3814 buf_biodone(buf_t bp) function
H A Dvfs_cluster.c729 buf_biodone(real_bp);
1634 buf_biodone(real_bp);
/xnu-2422.115.4/bsd/dev/vn/
H A Dvn.c866 buf_biodone(bp);

Completed in 54 milliseconds