Home
last modified time | relevance | path

Searched refs:lmLog (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c1316 lmLog(log, tblk, lrd, NULL); in txCommit()
1468 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog()
1505 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog()
1540 cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog()
1589 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog()
1639 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog()
1668 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog()
1690 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog()
1758 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog()
1849 cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in xtLog()
[all …]
Djfs_txnmgr.h304 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
Djfs_mount.c507 lmLog(log, NULL, &lrd, NULL); in logMOUNT()
Djfs_logmgr.c238 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() function