Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
Djfs_xtree.c36 OFFSET64 = offsetXAD(X);\
191 xoff = offsetXAD(xad); in xtLookup()
282 t64 = offsetXAD(xad); in xtSearch()
298 t64 = offsetXAD(xad); in xtSearch()
413 next = offsetXAD(&p->xad[index + 1]); in xtSearch()
430 next = offsetXAD(&p->xad[base]); in xtSearch()
845 split->off = offsetXAD(&rcp->xad[XTENTRYSTART]); in xtSplitUp()
893 offsetXAD(&rcp->xad[XTENTRYSTART]), in xtSplitUp()
1382 if ((offsetXAD(xad) + lengthXAD(xad)) != xoff) { in xtExtend()
1408 xoff = offsetXAD(xad) + MAXXLEN; in xtExtend()
[all …]
Djfs_extent.c106 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
223 xoff = offsetXAD(xp); in extRealloc()
446 s64 blkno = offsetXAD(xp) >> ip->i_blkbits; in extFill()
Djfs_xtree.h41 #define offsetXAD(xad)\ macro