Home
last modified time | relevance | path

Searched refs:BAC_REMOVE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dbuf.h1284 #define BAC_REMOVE 0x02 /* Remove from free list once buffer is acquired */ macro
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c1608 int lock_flags = BAC_NOWAIT | BAC_REMOVE; in buf_iterate()
1741 aflags = BAC_REMOVE; in buf_invalidateblks()
1816 aflags = BAC_REMOVE; in buf_invalidateblks()
1895 int lock_flags = BAC_NOWAIT | BAC_REMOVE; in buf_flushdirtyblks_skipinfo()
4116 if (flags & BAC_REMOVE) { in buf_acquire_locked()