Lines Matching refs:offsetXAD
49 OFFSET64 = offsetXAD(X);\
204 xoff = offsetXAD(xad); in xtLookup()
295 t64 = offsetXAD(xad); in xtSearch()
311 t64 = offsetXAD(xad); in xtSearch()
426 next = offsetXAD(&p->xad[index + 1]); in xtSearch()
443 next = offsetXAD(&p->xad[base]); in xtSearch()
858 split->off = offsetXAD(&rcp->xad[XTENTRYSTART]); in xtSplitUp()
906 offsetXAD(&rcp->xad[XTENTRYSTART]), in xtSplitUp()
1395 if ((offsetXAD(xad) + lengthXAD(xad)) != xoff) { in xtExtend()
1421 xoff = offsetXAD(xad) + MAXXLEN; in xtExtend()
1583 if ((llen = xoff - offsetXAD(xad)) == 0) in xtTailgate()
1725 nxoff = offsetXAD(nxad); in xtUpdate()
1752 xoff = offsetXAD(xad); in xtUpdate()
1803 (nxoff == offsetXAD(lxad) + lxlen) && in xtUpdate()
1839 xoff = nxoff = offsetXAD(lxad); in xtUpdate()
1874 (nxoff + nxlen == offsetXAD(rxad)) && in xtUpdate()
2585 xoff = offsetXAD(oxad); in xtRelocate()
2907 xoff = offsetXAD(xad); in xtSearchNode()
2953 xoff == offsetXAD(&p->xad[index])) { in xtSearchNode()
3279 xoff = offsetXAD(xad); in xtTruncate()
3309 xoff = offsetXAD(xad); in xtTruncate()
3789 xoff = offsetXAD(xad); in xtTruncate_pmap()