Searched refs:PXDaddress (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/jfs/ |
| H A D | resize.c | 231 PXDaddress(&j_sb->s_xfsckpxd, newFSCKAddress); in jfs_extendfs() 233 PXDaddress(&j_sb->s_xlogpxd, newLogAddress); in jfs_extendfs() 494 PXDaddress(&(j_sb->s_logpxd), newLogAddress); in jfs_extendfs() 502 PXDaddress(&(j_sb->s_fsckpxd), newFSCKAddress); in jfs_extendfs()
|
| H A D | jfs_types.h | 65 static inline void PXDaddress(pxd_t *pxd, __u64 addr) in PXDaddress() function 113 #define DXDaddress(dxd, addr) PXDaddress(&(dxd)->loc, addr)
|
| H A D | jfs_txnmgr.c | 1450 PXDaddress(pxd, mp->index); in diLog() 1537 PXDaddress(pxd, mp->index); in dataLog() 1587 PXDaddress(pxd, mp->index); in dtLog() 1616 PXDaddress(pxd, mp->index); in dtLog() 1706 PXDaddress(page_pxd, mp->index); in xtLog() 1742 PXDaddress(pxd, addressXAD(&p->xad[lwm + i])); in xtLog() 1795 PXDaddress(page_pxd, mp->index); in xtLog() 1845 PXDaddress(pxd, in xtLog() 1916 PXDaddress(page_pxd, mp->index); in xtLog() 2144 PXDaddress(&pxdlock->pxd, addressDXD(newea)); in txEA() [all …]
|
| H A D | jfs_xtree.h | 37 #define XADaddress(xad, address64) PXDaddress(&(xad)->loc, address64)
|
| H A D | jfs_imap.c | 1186 PXDaddress(&iagp->inoext[extno], 0); in diFree() 2291 PXDaddress(&(dp->di_ixpxd), blkno); in diNewExt() 2340 PXDaddress(&iagp->inoext[extno], blkno); in diNewExt()
|
| H A D | jfs_dtree.c | 990 PXDaddress(pxd, xaddr); in dtSplitUp() 1039 PXDaddress(pxd, nxaddr); in dtSplitUp() 1079 PXDaddress(pxd, xaddr); in dtSplitUp()
|