Searched refs:newea (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_txnmgr.c | 2162 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() argument 2170 if (newea) { in txEA() 2171 /* Since the newea could be a completely zeroed entry we need to in txEA() 2175 if (newea->flag & DXD_EXTENT) { in txEA() 2180 PXDaddress(&pxdlock->pxd, addressDXD(newea)); in txEA() 2181 PXDlength(&pxdlock->pxd, lengthDXD(newea)); in txEA() 2184 } else if (newea->flag & DXD_INLINE) { in txEA()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_txnmgr.c | 2125 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() argument 2133 if (newea) { in txEA() 2134 /* Since the newea could be a completely zeroed entry we need to in txEA() 2138 if (newea->flag & DXD_EXTENT) { in txEA() 2143 PXDaddress(&pxdlock->pxd, addressDXD(newea)); in txEA() 2144 PXDlength(&pxdlock->pxd, lengthDXD(newea)); in txEA() 2147 } else if (newea->flag & DXD_INLINE) { in txEA()
|
Completed in 7 milliseconds