Home
last modified time | relevance | path

Searched refs:nxaddr (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A 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, (s6 in extRealloc()
[all...]
H A Djfs_xtree.c1530 printf("xtTailgate: nxoff:0x%lx nxlen:0x%x nxaddr:0x%lx\n", in xtTailgate()
1706 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, /* ne in xtRelocate()
2546 xtRelocate(tid_t tid, struct inode * ip, xad_t * oxad, s64 nxaddr, int xtype) xtRelocate() argument
[all...]
H A Djfs_xtree.h108 xad_t * oxad, s64 nxaddr, int xtype);
H A 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()
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()
2438 dtRelocate(tid_t tid, struct inode *ip, s64 lmxaddr, pxd_t * opxd, s64 nxaddr) dtRelocate() argument
[all...]
/kernel/linux/linux-6.6/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()
H A 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()

Completed in 15 milliseconds