Searched refs:BAC_REMOVE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h230 #define BAC_REMOVE 0x02 /* Remove from free list once buffer is acquired */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c959 int lock_flags = BAC_NOWAIT | BAC_REMOVE;
1078 if ( (error = (int)buf_acquire_locked(bp, BAC_REMOVE | BAC_SKIP_LOCKED, slpflag, slptimeo)) ) {
1140 if ( (error = (int)buf_acquire_locked(bp, BAC_REMOVE | BAC_SKIP_LOCKED, slpflag, slptimeo)) ) {
1198 int lock_flags = BAC_NOWAIT | BAC_REMOVE;
3072 if (flags & BAC_REMOVE)
H A Dvfs_journal.c2948 // have to pass BAC_REMOVE here because we're going to bawrite()
2951 errno = buf_acquire(bp, BAC_REMOVE, 0, 0);

Completed in 48 milliseconds