Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c49 OFFSET64 = offsetXAD(X);\
206 xoff = offsetXAD(xad); in xtLookup()
322 xstart = offsetXAD(xad); in xtLookupList()
555 t64 = offsetXAD(xad); in xtSearch()
571 t64 = offsetXAD(xad); in xtSearch()
686 next = offsetXAD(&p->xad[index + 1]); in xtSearch()
703 next = offsetXAD(&p->xad[base]); in xtSearch()
1118 split->off = offsetXAD(&rcp->xad[XTENTRYSTART]); in xtSplitUp()
1166 offsetXAD(&rcp->xad[XTENTRYSTART]), in xtSplitUp()
1654 if ((offsetXAD(xad) + lengthXAD(xad)) != xoff) { in xtExtend()
[all …]
Djfs_extent.c119 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
235 xoff = offsetXAD(xp); in extRealloc()
471 s64 blkno = offsetXAD(xp) >> ip->i_blkbits; in extFill()
Djfs_xtree.h60 #define offsetXAD(xad)\ macro