Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dbuf_internal.h246 #define B_HDRALLOC 0x04000000 /* zone allocated buffer header */ macro
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_bio.c3932 SET(bp->b_flags, B_HDRALLOC); in getnewbuf()
4130 bp->b_flags = (bp->b_flags & B_HDRALLOC); in bcleanbuf()