Home
last modified time | relevance | path

Searched refs:B_STATICCONTENT (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dbuf_internal.h198 B_ENCRYPTED_IO | B_STATICCONTENT)
222 #define B_STATICCONTENT 0x00008000 /* Buffer is likely to remain unaltered */
H A Dbuf.h94 #define B_STATICCONTENT 0x00008000 /* Buffer is likely to remain unaltered */ macro
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c533 SET(bp->b_flags, B_STATICCONTENT); in buf_markstatic()
539 if ((bp->b_flags & B_STATICCONTENT)) { in buf_static()