Home
last modified time | relevance | path

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

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