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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h274 #define BAC_REMOVE 0x02 /* Remove from free list once buffer is acquired */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1356 int lock_flags = BAC_NOWAIT | BAC_REMOVE;
1481 aflags = BAC_REMOVE;
1552 aflags = BAC_REMOVE;
1626 int lock_flags = BAC_NOWAIT | BAC_REMOVE;
3730 if (flags & BAC_REMOVE)
H A Dvfs_journal.c3729 errno = buf_acquire(bp, BAC_REMOVE, 0, 0);

Completed in 35 milliseconds