Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dbuf_internal.h177 #define BL_IOBUF 0x00000004 /* buffer allocated via 'buf_alloc' */ macro
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c793 if (!(bp->b_lflags & BL_IOBUF)) { in buf_setupl()
885 if (!(bp->b_flags & B_META) || (bp->b_lflags & BL_IOBUF)) { in buf_create_shadow_internal()
1247 if ((bp->b_lflags & BL_IOBUF) && in buf_unmap_range_internal()
2735 if (bp->b_lflags & BL_IOBUF) { in buf_brelse()
4504 bp->b_lflags = BL_BUSY | BL_IOBUF; in alloc_io_buf()