Home
last modified time | relevance | path

Searched refs:b_lflags (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c777 assert(!ISSET(bp->b_flags, B_FILTER) && ISSET(bp->b_lflags, BL_BUSY)); in buf_setcallback()
793 if (!(bp->b_lflags & BL_IOBUF)) { in buf_setupl()
858 if (bp->b_lflags & BL_SHADOW) { in buf_shadow()
885 if (!(bp->b_flags & B_META) || (bp->b_lflags & BL_IOBUF)) { in buf_create_shadow_internal()
925 io_bp->b_lflags |= BL_SHADOW; in buf_create_shadow_internal()
932 io_bp->b_lflags |= BL_EXTERNAL; in buf_create_shadow_internal()
941 io_bp->b_lflags |= BL_EXTERNAL; in buf_create_shadow_internal()
949 io_bp->b_lflags |= BL_IOBUF_ALLOC; 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()
986 if (!ISSET(bp->b_lflags, BL_EXTERNAL)) { in buf_make_private()
[all …]
/xnu-10002.41.9/bsd/kern/
H A Dkern_physio.c137 assert(bp->b_lflags & BL_BUSY); in physio()
/xnu-10002.41.9/bsd/sys/
H A Dbuf_internal.h111 volatile uint32_t b_lflags; /* BL_BUSY | BL_WANTED flags... protected by buf_mtx */ member
/xnu-10002.41.9/tools/lldbmacros/
H A Dmemory.py4418 buf.b_flags, buf.b_lflags, buf.b_error, buf.b_bufsize, buf.b_bcount, buf.b_resid,