Searched refs:nxaddr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_extent.c | 89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 138 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc() 146 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc() 158 if (xaddr && xaddr == nxaddr) in extAlloc() 161 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc() 167 dbFree(ip, nxaddr, nxlen); in extAlloc() 174 XADaddress(xp, nxaddr); in extAlloc() 218 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local 256 if ((rc = extBrealloc(ip, xaddr, xlen, &nxlen, &nxaddr))) in extRealloc() 262 dbFree(ip, nxaddr, (s64) nxlen); in extRealloc() [all …]
|
D | jfs_xtree.c | 1719 s64 nxaddr, xaddr; in xtUpdate() local 1727 nxaddr = addressXAD(nxad); in xtUpdate() 1804 (nxaddr == addressXAD(lxad) + lxlen) && in xtUpdate() 1841 xaddr = nxaddr = addressXAD(lxad); in xtUpdate() 1875 (nxaddr + nxlen == addressXAD(rxad)) && in xtUpdate() 1880 XADaddress(rxad, nxaddr); in xtUpdate() 1936 split.addr = nxaddr; in xtUpdate() 2037 xaddr = nxaddr; in xtUpdate() 2560 s64 nxaddr, /* new xaddr */ in xtRelocate() argument 2595 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr); in xtRelocate() [all …]
|
D | jfs_xtree.h | 121 xad_t * oxad, s64 nxaddr, int xtype);
|
D | jfs_dtree.c | 945 s64 xaddr, nxaddr; in dtSplitUp() local 1038 (s64) n, &nxaddr))) in dtSplitUp() 1044 PXDaddress(pxd, nxaddr); in dtSplitUp() 1048 nxaddr = addressPXD(pxd); in dtSplitUp() 1049 if (xaddr != nxaddr) { in dtSplitUp() 1052 dbFree(ip, nxaddr, (s64) xlen); in dtSplitUp() 2447 s64 nxaddr) in dtRelocate() argument 2468 (long long)lmxaddr, (long long)oxaddr, (long long)nxaddr, in dtRelocate() 2536 lp->header.next = cpu_to_le64(nxaddr); in dtRelocate() 2550 rp->header.prev = cpu_to_le64(nxaddr); in dtRelocate() [all …]
|