Searched refs:nxaddr (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/jfs/ |
| A D | jfs_extent.c | 76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; in extAlloc() local 133 dbFree(ip, nxaddr, (s64) nxlen); in extAlloc() 145 if (xaddr && xaddr == nxaddr) 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 249 dbFree(ip, nxaddr, (s64) nxlen); in extRealloc() 285 if (xaddr == nxaddr) { in extRealloc() 299 dbFree(ip, nxaddr, nxlen); in extRealloc() 312 xaddr = nxaddr + ntail; in extRealloc() [all …]
|
| A D | jfs_xtree.c | 1706 s64 nxaddr, xaddr; in xtUpdate() local 1714 nxaddr = addressXAD(nxad); in xtUpdate() 1828 xaddr = nxaddr = addressXAD(lxad); 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 2669 dxaddr = nxaddr; in xtRelocate() 2786 PXDaddress(pxd, nxaddr); in xtRelocate() 2794 bmSetXD(mp, nxaddr, xsize); in xtRelocate() [all …]
|
| A D | jfs_xtree.h | 108 xad_t * oxad, s64 nxaddr, int xtype);
|
| A 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() 2434 s64 nxaddr) in dtRelocate() argument 2523 lp->header.next = cpu_to_le64(nxaddr); in dtRelocate() 2537 rp->header.prev = cpu_to_le64(nxaddr); in dtRelocate() 2558 PXDaddress(pxd, nxaddr); in dtRelocate() [all …]
|
Completed in 16 milliseconds