Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
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()
Djfs_xtree.h104 xad_t * oxad, s64 nxaddr, int xtype);
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()
Djfs_dtree.c932 s64 xaddr, nxaddr; in dtSplitUp() local
1025 (s64) n, &nxaddr))) in dtSplitUp()
1031 PXDaddress(pxd, nxaddr); in dtSplitUp()
1035 nxaddr = addressPXD(pxd); in dtSplitUp()
1036 if (xaddr != nxaddr) { in dtSplitUp()
1039 dbFree(ip, nxaddr, (s64) xlen); in dtSplitUp()