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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h301 #define BAC_REMOVE 0x02 /* Remove from free list once buffer is acquired */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1374 int lock_flags = BAC_NOWAIT | BAC_REMOVE;
1499 aflags = BAC_REMOVE;
1570 aflags = BAC_REMOVE;
1644 int lock_flags = BAC_NOWAIT | BAC_REMOVE;
3754 if (flags & BAC_REMOVE)
H A Dvfs_journal.c3832 errno = buf_acquire(bp, BAC_REMOVE, 0, 0);

Completed in 28 milliseconds