Searched refs:oxaddr (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_xtree.c | 2798 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn; in xtRelocate() local 2811 oxaddr = addressXAD(oxad); in xtRelocate() 2820 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr); in xtRelocate() 2842 if (addressXAD(xad) != oxaddr || lengthXAD(xad) != xlen) { in xtRelocate() 2906 sxaddr = oxaddr; in xtRelocate() 2944 XT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); in xtRelocate() 3068 PXDaddress(&pxdlock->pxd, oxaddr); in xtRelocate()
|
D | jfs_dtree.c | 2425 s64 oxaddr, nextbn, prevbn; in dtRelocate() local 2433 oxaddr = addressPXD(opxd); in dtRelocate() 2437 (long long)lmxaddr, (long long)oxaddr, (long long)nxaddr, in dtRelocate() 2456 DT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); in dtRelocate() 2574 PXDaddress(&pxdlock->pxd, oxaddr); in dtRelocate()
|