Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/sys/
H A Dbuf.h1278 #define BAC_REMOVE 0x02 /* Remove from free list once buffer is acquired */ macro
/xnu-10063.121.3/bsd/vfs/
H A Dvfs_bio.c1602 int lock_flags = BAC_NOWAIT | BAC_REMOVE; in buf_iterate()
1735 aflags = BAC_REMOVE; in buf_invalidateblks()
1810 aflags = BAC_REMOVE; in buf_invalidateblks()
1889 int lock_flags = BAC_NOWAIT | BAC_REMOVE; in buf_flushdirtyblks_skipinfo()
4110 if (flags & BAC_REMOVE) { in buf_acquire_locked()