Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.c49 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()
[all …]
Djfs_extent.c119 if (offsetXAD(xp) + nxlen == xoff && in extAlloc()
236 xoff = offsetXAD(xp); in extRealloc()
459 s64 blkno = offsetXAD(xp) >> ip->i_blkbits; in extFill()
Djfs_xtree.h54 #define offsetXAD(xad)\ macro