Searched refs:buf_bawrite (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_btreeio.c315 * getnewbuf() would try to reclaim the buffers using buf_bawrite, which
345 buf_bawrite(bp);
613 buf_bawrite(bp);
619 buf_bawrite(bp);
H A Dhfs_vnops.c2900 (void) buf_bawrite(bp);
5066 buf_bawrite(bp);
H A Dhfs_vfsops.c3693 buf_bawrite(bp);
3991 buf_bawrite(bp);
/xnu-2422.115.4/bsd/sys/
H A Dbuf.h772 @function buf_bawrite
779 buf_bawrite() will block until the write count drops below VNODE_ASYNC_THROTTLE. If "throttle" is zero and the write
784 errno_t buf_bawrite(buf_t);
793 requested otherwise [see return_error] , buf_bdwrite() will unilaterally launch an asynchronous I/O with buf_bawrite() to keep the pile of
798 @return EAGAIN for return_error != 0 case, 0 for succeess, errors from buf_bawrite.
820 Otherwise, if the buffer is marked B_ASYNC (e.g. it was passed to buf_bawrite()), then buf_biodone()
/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c728 buf_bawrite(bp);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1688 (void) buf_bawrite(bp);
2309 * buffers faster than the disks can service. Doing a buf_bawrite() in
2344 * however, can't do a buf_bawrite() if the LOCKED bit is set because the
2357 return (buf_bawrite(bp));
2378 * buf_bawrite()s can create situation where the kernel can create
2394 (void)vnode_waitforwrites(vp, VNODE_ASYNC_THROTTLE, 0, 0, (const char *)"buf_bawrite");
2408 buf_bawrite(buf_t bp) function
3517 * Returns 1 if issued a buf_bawrite() to indicate
4499 buf_bawrite(flush_table[i]);
4511 buf_bawrite(flush_tabl
[all...]
H A Dvfs_journal.c3849 * issuing a 'buf_bawrite' on a stale buf_t pointer leads
4171 * need to make sure that the loop issuing the buf_bawrite's
4172 * does not touch blhdr once the last buf_bawrite has been
4175 * released upon the completion of that last buf_bawrite
4187 buf_bawrite(bp);
4198 * since we didn't issue any buf_bawrite's, there is no
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c637 error = buf_bawrite(bp);

Completed in 80 milliseconds