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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c668 if ( !(bp->b_lflags & BL_IOBUF) )
723 if (bp->b_lflags & BL_SHADOW)
749 if ( !(bp->b_flags & B_META) || (bp->b_lflags & BL_IOBUF)) {
788 io_bp->b_lflags |= BL_SHADOW;
795 io_bp->b_lflags |= BL_EXTERNAL;
803 io_bp->b_lflags |= BL_EXTERNAL;
811 io_bp->b_lflags |= BL_IOBUF_ALLOC;
835 if (bp->b_shadow_ref == 0 || bp->b_data_ref == 0 || ISSET(bp->b_lflags, BL_SHADOW)) {
849 if ( !ISSET(bp->b_lflags, BL_EXTERNAL))
869 if ( !ISSET(t_bp->b_lflags, BL_EXTERNA
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c138 assert(bp->b_lflags & BL_BUSY);
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h105 volatile uint32_t b_lflags; /* BL_BUSY | BL_WANTED flags... protected by buf_mtx */ member in struct:buf
163 * These flags are kept in b_lflags...

Completed in 24 milliseconds