Searched refs:b_lflags (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_bio.c | 772 assert(!ISSET(bp->b_flags, B_FILTER) && ISSET(bp->b_lflags, BL_BUSY)); in buf_setcallback() 788 if (!(bp->b_lflags & BL_IOBUF)) { in buf_setupl() 853 if (bp->b_lflags & BL_SHADOW) { in buf_shadow() 880 if (!(bp->b_flags & B_META) || (bp->b_lflags & BL_IOBUF)) { in buf_create_shadow_internal() 920 io_bp->b_lflags |= BL_SHADOW; in buf_create_shadow_internal() 927 io_bp->b_lflags |= BL_EXTERNAL; in buf_create_shadow_internal() 936 io_bp->b_lflags |= BL_EXTERNAL; in buf_create_shadow_internal() 944 io_bp->b_lflags |= BL_IOBUF_ALLOC; in buf_create_shadow_internal() 968 if (bp->b_shadow_ref == 0 || bp->b_data_ref == 0 || ISSET(bp->b_lflags, BL_SHADOW)) { in buf_make_private() 981 if (!ISSET(bp->b_lflags, BL_EXTERNAL)) { in buf_make_private() [all …]
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_physio.c | 137 assert(bp->b_lflags & BL_BUSY); in physio()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | buf_internal.h | 111 volatile uint32_t b_lflags; /* BL_BUSY | BL_WANTED flags... protected by buf_mtx */ member
|
| /xnu-8020.140.41/tools/lldbmacros/ |
| H A D | memory.py | 4175 buf.b_flags, buf.b_lflags, buf.b_error, buf.b_bufsize, buf.b_bcount, buf.b_resid,
|