Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_xtree.c46 OFFSET64 = offsetXAD(X);\
207 xoff = offsetXAD(xad); in xtLookup()
323 xstart = offsetXAD(xad); in xtLookupList()
554 t64 = offsetXAD(xad); in xtSearch()
570 t64 = offsetXAD(xad); in xtSearch()
1097 split->off = offsetXAD(&rcp->xad[XTENTRYSTART]); in xtSplitUp()
1145 offsetXAD(&rcp->xad[XTENTRYSTART]), in xtSplitUp()
1616 if ((offsetXAD(xad) + lengthXAD(xad)) != xoff) { in xtExtend()
1642 xoff = offsetXAD(xad) + MAXXLEN; in xtExtend()
1806 if ((llen = xoff - offsetXAD(xad)) == 0) in xtTailgate()
[all …]
Djfs_extent.c123 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
235 xoff = offsetXAD(xp); in extRealloc()
465 s64 blkno = offsetXAD(xp) >> ip->i_blksize; in extFill()
Djfs_xtree.h60 #define offsetXAD(xad)\ macro