Searched refs:lmLog (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_txnmgr.c | 1311 lmLog(log, tblk, lrd, NULL); in txCommit() 1463 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog() 1500 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog() 1535 cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog() 1584 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog() 1634 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1663 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1685 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog() 1753 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog() 1844 cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in xtLog() [all …]
|
D | jfs_txnmgr.h | 304 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
|
D | jfs_mount.c | 504 lmLog(log, NULL, &lrd, NULL); in logMOUNT()
|
D | jfs_logmgr.c | 238 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() function
|