Home
last modified time | relevance | path

Searched refs:oxaddr (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_xtree.c2573 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()
Djfs_dtree.c2456 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()