Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_xtree.c36 OFFSET64 = offsetXAD(X);\
196 xoff = offsetXAD(xad); in xtLookup()
286 t64 = offsetXAD(xad); in xtSearch()
302 t64 = offsetXAD(xad); in xtSearch()
417 next = offsetXAD(&p->xad[index + 1]); in xtSearch()
434 next = offsetXAD(&p->xad[base]); in xtSearch()
849 split->off = offsetXAD(&rcp->xad[XTENTRYSTART]); in xtSplitUp()
897 offsetXAD(&rcp->xad[XTENTRYSTART]), in xtSplitUp()
1386 if ((offsetXAD(xad) + lengthXAD(xad)) != xoff) { in xtExtend()
1412 xoff = offsetXAD(xad) + MAXXLEN; in xtExtend()
[all …]
H A Djfs_xtree.h41 #define offsetXAD(xad)\ macro
H A Djfs_extent.c108 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()