Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dbuf_internal.h179 #define BL_SHADOW 0x00000020 macro
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c858 if (bp->b_lflags & BL_SHADOW) { in buf_shadow()
925 io_bp->b_lflags |= BL_SHADOW; in buf_create_shadow_internal()
973 if (bp->b_shadow_ref == 0 || bp->b_data_ref == 0 || ISSET(bp->b_lflags, BL_SHADOW)) { in buf_make_private()
2738 if (ISSET(bp->b_lflags, BL_SHADOW)) { in buf_brelse()