Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_extent.c76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local
125 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) { in extAlloc()
133 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc()
145 if (xaddr && xaddr == nxaddr) in extAlloc()
148 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
154 dbFree(ip, nxaddr, nxlen); in extAlloc()
161 XADaddress(xp, nxaddr); in extAlloc()
205 s64 xaddr, xlen, nxaddr, delta, xoff; in extRealloc() local
243 if ((rc = extBrealloc(ip, xaddr, xlen, &nxlen, &nxaddr))) in extRealloc()
249 dbFree(ip, nxaddr, (s64) nxlen); in extRealloc()
[all …]
Djfs_xtree.c1706 s64 nxaddr, xaddr; in xtUpdate() local
1714 nxaddr = addressXAD(nxad); in xtUpdate()
1791 (nxaddr == addressXAD(lxad) + lxlen) && in xtUpdate()
1828 xaddr = nxaddr = addressXAD(lxad); in xtUpdate()
1862 (nxaddr + nxlen == addressXAD(rxad)) && in xtUpdate()
1867 XADaddress(rxad, nxaddr); in xtUpdate()
1923 split.addr = nxaddr; in xtUpdate()
2024 xaddr = nxaddr; in xtUpdate()
2547 s64 nxaddr, /* new xaddr */ in xtRelocate() argument
2582 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr); in xtRelocate()
[all …]
Djfs_dtree.c937 s64 xaddr, nxaddr; in dtSplitUp() local
1030 (s64) n, &nxaddr))) in dtSplitUp()
1036 PXDaddress(pxd, nxaddr); in dtSplitUp()
1040 nxaddr = addressPXD(pxd); in dtSplitUp()
1041 if (xaddr != nxaddr) { in dtSplitUp()
1044 dbFree(ip, nxaddr, (s64) xlen); in dtSplitUp()
2439 s64 nxaddr) in dtRelocate() argument
2460 (long long)lmxaddr, (long long)oxaddr, (long long)nxaddr, in dtRelocate()
2528 lp->header.next = cpu_to_le64(nxaddr); in dtRelocate()
2542 rp->header.prev = cpu_to_le64(nxaddr); in dtRelocate()
[all …]
Djfs_xtree.h108 xad_t * oxad, s64 nxaddr, int xtype);