Searched refs:BAC_SKIP_LOCKED (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h232 #define BAC_SKIP_LOCKED 0x08 /* Only return LOCKED buffers */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c965 lock_flags |= BAC_SKIP_LOCKED;
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)) ) {
1201 lock_flags |= BAC_SKIP_LOCKED;
3047 if ((flags & BAC_SKIP_LOCKED))

Completed in 81 milliseconds