Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dbuf_internal.h176 #define BL_IOBUF 0x00000004 /* buffer allocated via 'buf_alloc' */ macro
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_bio.c788 if (!(bp->b_lflags & BL_IOBUF)) { in buf_setupl()
880 if (!(bp->b_flags & B_META) || (bp->b_lflags & BL_IOBUF)) { in buf_create_shadow_internal()
1228 if ((bp->b_lflags & BL_IOBUF) && in buf_unmap_range_internal()
2714 if (bp->b_lflags & BL_IOBUF) { in buf_brelse()
4480 bp->b_lflags = BL_BUSY | BL_IOBUF; in alloc_io_buf()