Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_xtree.c156 s64 next, size, xoff, xend; in xtLookup() local
208 xend = xoff + xlen; in xtLookup()
215 *plen = min(xend - lstart, llen); in xtLookup()
259 s64 size, lstart, lend, xstart, xend, pstart; in xtLookupList() local
324 xend = xstart + xlen; in xtLookupList()
365 if (lstart < xend) { in xtLookupList()
368 plen = min(xend - lstart, llen); in xtLookupList()
412 if (lend <= xend) { in xtLookupList()