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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c684 if ( !(bp->b_lflags & BL_IOBUF) )
739 if (bp->b_lflags & BL_SHADOW)
765 if ( !(bp->b_flags & B_META) || (bp->b_lflags & BL_IOBUF)) {
804 io_bp->b_lflags |= BL_SHADOW;
811 io_bp->b_lflags |= BL_EXTERNAL;
819 io_bp->b_lflags |= BL_EXTERNAL;
827 io_bp->b_lflags |= BL_IOBUF_ALLOC;
851 if (bp->b_shadow_ref == 0 || bp->b_data_ref == 0 || ISSET(bp->b_lflags, BL_SHADOW)) {
865 if ( !ISSET(bp->b_lflags, BL_EXTERNAL))
885 if ( !ISSET(t_bp->b_lflags, BL_EXTERNA
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_physio.c134 assert(bp->b_lflags & BL_BUSY);
/xnu-2422.115.4/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
164 * These flags are kept in b_lflags...

Completed in 26 milliseconds