Searched refs:M_COPYBACK0_COW (Results 1 – 1 of 1) sorted by relevance
416 #define M_COPYBACK0_COW 0x0004 /* do copy-on-write */ macro3787 M_COPYBACK0_COPYBACK | M_COPYBACK0_COW, how); in m_copyback_cow()3814 M_COPYBACK0_PRESERVE | M_COPYBACK0_COW, how); in m_makewritable()3850 VERIFY((~flags & (M_COPYBACK0_EXTEND | M_COPYBACK0_COW)) != 0); in m_copyback0()