Searched refs:PXDaddress (Results 1 – 8 of 8) sorted by relevance
/openbmc/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 | 1449 PXDaddress(pxd, mp->index); in diLog() 1536 PXDaddress(pxd, mp->index); in dataLog() 1586 PXDaddress(pxd, mp->index); in dtLog() 1615 PXDaddress(pxd, mp->index); in dtLog() 1705 PXDaddress(page_pxd, mp->index); in xtLog() 1741 PXDaddress(pxd, addressXAD(&p->xad[lwm + i])); in xtLog() 1794 PXDaddress(page_pxd, mp->index); in xtLog() 1844 PXDaddress(pxd, in xtLog() 1915 PXDaddress(page_pxd, mp->index); in xtLog() 2143 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_xtree.c | 747 PXDaddress(pxd, xaddr); in xtSplitUp() 2015 PXDaddress(pxd, xaddr); in xtAppend() 2399 PXDaddress(&pxdlock->pxd, xaddr); in xtTruncate() 2407 PXDaddress(&pxdlock->pxd, xaddr); in xtTruncate()
|
H A D | namei.c | 727 PXDaddress(&pxdlock->pxd, xaddr); in jfs_free_zero_link() 747 PXDaddress(&pxdlock->pxd, xaddr); in jfs_free_zero_link()
|
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 | 989 PXDaddress(pxd, xaddr); in dtSplitUp() 1038 PXDaddress(pxd, nxaddr); in dtSplitUp() 1078 PXDaddress(pxd, xaddr); in dtSplitUp()
|