Searched refs:PXDaddress (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/jfs/ |
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()
|
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)
|
D | jfs_txnmgr.c | 1444 PXDaddress(pxd, mp->index); in diLog() 1531 PXDaddress(pxd, mp->index); in dataLog() 1581 PXDaddress(pxd, mp->index); in dtLog() 1610 PXDaddress(pxd, mp->index); in dtLog() 1700 PXDaddress(page_pxd, mp->index); in xtLog() 1736 PXDaddress(pxd, addressXAD(&p->xad[lwm + i])); in xtLog() 1789 PXDaddress(page_pxd, mp->index); in xtLog() 1839 PXDaddress(pxd, in xtLog() 1910 PXDaddress(page_pxd, mp->index); in xtLog() 2138 PXDaddress(&pxdlock->pxd, addressDXD(newea)); in txEA() [all …]
|
D | jfs_xtree.h | 37 #define XADaddress(xad, address64) PXDaddress(&(xad)->loc, address64)
|
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()
|
D | namei.c | 727 PXDaddress(&pxdlock->pxd, xaddr); in jfs_free_zero_link() 747 PXDaddress(&pxdlock->pxd, xaddr); in jfs_free_zero_link()
|
D | jfs_imap.c | 1182 PXDaddress(&iagp->inoext[extno], 0); in diFree() 2281 PXDaddress(&(dp->di_ixpxd), blkno); in diNewExt() 2330 PXDaddress(&iagp->inoext[extno], blkno); in diNewExt()
|
D | jfs_dtree.c | 982 PXDaddress(pxd, xaddr); in dtSplitUp() 1031 PXDaddress(pxd, nxaddr); in dtSplitUp() 1071 PXDaddress(pxd, xaddr); in dtSplitUp()
|