Searched refs:buf_bdwrite (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dbuf.h787 @function buf_bdwrite
793 requested otherwise [see return_error] , buf_bdwrite() will unilaterally launch an asynchronous I/O with buf_bawrite() to keep the pile of
800 errno_t buf_bdwrite(buf_t);
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c639 error = buf_bdwrite(bp);
/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1554 buf_bdwrite(bp);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c2308 * buf_bdwrite()s can create situation where the kernel can create
2310 * cases where we have "too many" outstanding buf_bdwrite()s avoids that.
2355 (void)vnode_waitforwrites(vp, VNODE_ASYNC_THROTTLE, 0, 0, "buf_bdwrite");
2367 buf_bdwrite(buf_t bp) function
H A Dvfs_journal.c2877 buf_bdwrite(bp);

Completed in 289 milliseconds