Searched refs:XAD_NEW (Results 1 – 4 of 4) sorted by relevance
587 xflag |= XAD_NEW; in xtInsert()844 split->flag = XAD_NEW; in xtSplitUp()892 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp()1422 split.flag = XAD_NEW; in xtExtend()1479 if (!(xad->flag & XAD_NEW)) in xtExtend()1587 split.flag = XAD_NEW; in xtTailgate()1644 if (!(xad->flag & XAD_NEW)) { in xtTailgate()1802 if (!(lxad->flag & XAD_NEW)) in xtUpdate()1874 if (!(rxad->flag & XAD_NEW)) in xtUpdate()2208 xflag |= XAD_NEW; in xtAppend()[all …]
54 #define XAD_NEW 0x01 /* new */ macro
1773 ~(XAD_NEW | XAD_EXTENDED); in xtLog()2440 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()2445 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()2502 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
697 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()698 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()733 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()734 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
Completed in 17 milliseconds