Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_extent.c73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
127 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
135 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
147 if (xaddr && xaddr == nxaddr) in extAlloc()
150 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
156 dbFree(ip, nxaddr, nxlen); in extAlloc()
163 XADaddress(xp, nxaddr); in extAlloc()
H A Djfs_xtree.c1527 s64 nxaddr, xaddr; in xtUpdate() local
1535 nxaddr = addressXAD(nxad); in xtUpdate()
1592 (nxaddr == addressXAD(lxad) + lxlen) && in xtUpdate()
1629 xaddr = nxaddr = addressXAD(lxad); in xtUpdate()
1663 (nxaddr + nxlen == addressXAD(rxad)) && in xtUpdate()
1668 XADaddress(rxad, nxaddr); in xtUpdate()
1723 split.addr = nxaddr; in xtUpdate()
1824 xaddr = nxaddr; in xtUpdate()
H A Djfs_dtree.c940 s64 xaddr, nxaddr; in dtSplitUp() local
1033 (s64) n, &nxaddr))) in dtSplitUp()
1039 PXDaddress(pxd, nxaddr); in dtSplitUp()
1043 nxaddr = addressPXD(pxd); in dtSplitUp()
1044 if (xaddr != nxaddr) { in dtSplitUp()
1047 dbFree(ip, nxaddr, (s64) xlen); in dtSplitUp()