Searched refs:oxaddr (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/jfs/ |
D | jfs_xtree.c | 2573 s64 oxaddr, sxaddr, dxaddr, nextbn, prevbn; in xtRelocate() local 2586 oxaddr = addressXAD(oxad); in xtRelocate() 2595 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr); in xtRelocate() 2617 if (addressXAD(xad) != oxaddr || lengthXAD(xad) != xlen) { in xtRelocate() 2681 sxaddr = oxaddr; in xtRelocate() 2719 XT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); in xtRelocate() 2841 PXDaddress(&pxdlock->pxd, oxaddr); in xtRelocate()
|
D | jfs_dtree.c | 2456 s64 oxaddr, nextbn, prevbn; in dtRelocate() local 2464 oxaddr = addressPXD(opxd); in dtRelocate() 2468 (long long)lmxaddr, (long long)oxaddr, (long long)nxaddr, in dtRelocate() 2487 DT_GETPAGE(ip, oxaddr, mp, PSIZE, p, rc); in dtRelocate() 2603 PXDaddress(&pxdlock->pxd, oxaddr); in dtRelocate()
|