Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_extent.c73 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
122 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
130 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
142 if (xaddr && xaddr == nxaddr) in extAlloc()
145 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
151 dbFree(ip, nxaddr, nxlen); in extAlloc()
158 XADaddress(xp, nxaddr); in extAlloc()
H A Djfs_xtree.c1512 s64 nxaddr, xaddr; in xtUpdate() local
1520 nxaddr = addressXAD(nxad); in xtUpdate()
1577 (nxaddr == addressXAD(lxad) + lxlen) && in xtUpdate()
1614 xaddr = nxaddr = addressXAD(lxad); in xtUpdate()
1648 (nxaddr + nxlen == addressXAD(rxad)) && in xtUpdate()
1653 XADaddress(rxad, nxaddr); in xtUpdate()
1708 split.addr = nxaddr; in xtUpdate()
1809 xaddr = nxaddr; in xtUpdate()