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

/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c602 error = buf_bdwrite(bp);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1426 buf_bdwrite(bp);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2286 * buf_bdwrite()s can create situation where the kernel can create
2288 * cases where we have "too many" outstanding buf_bdwrite()s avoids that.
2331 (void)vnode_waitforwrites(vp, VNODE_ASYNC_THROTTLE, 0, 0, "buf_bdwrite");
2343 buf_bdwrite(buf_t bp) function
H A Dvfs_journal.c2864 buf_bdwrite(bp);

Completed in 51 milliseconds