Home
last modified time | relevance | path

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

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