Searched refs:nxaddr (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/jfs/ |
D | jfs_extent.c | 73 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()
|
D | jfs_xtree.h | 104 xad_t * oxad, s64 nxaddr, int xtype);
|
D | jfs_xtree.c | 1512 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()
|
D | jfs_dtree.c | 932 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()
|