Searched refs:BUF_SKIP_NONLOCKED (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dbuf.h715 #define BUF_SKIP_NONLOCKED 0x01 macro
732 BUF_SKIP_NONLOCKED: Skip buffers which are not busy when we encounter them.
749 BUF_SKIP_NONLOCKED: Skip buffers which are not busy when we encounter them. BUF_SKIP_LOCKED: Skip buffers which are busy when we encounter them.
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c362 buf_iterate(vp, hfs_removefile_callback, BUF_SKIP_NONLOCKED, (void *)hfsmp);
H A Dhfs_vnops.c3185 flags |= BUF_SKIP_NONLOCKED;
3907 buf_iterate(vp, hfs_removefile_callback, BUF_SKIP_NONLOCKED, (void *)hfsmp);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c1400 if (flags & BUF_SKIP_NONLOCKED)
1668 if (flags & BUF_SKIP_NONLOCKED)
1684 * If we passed in BUF_SKIP_LOCKED or BUF_SKIP_NONLOCKED,

Completed in 93 milliseconds