Home
last modified time | relevance | path

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

/Linux-v6.1/fs/jfs/
Djfs_txnmgr.c1297 lmLog(log, tblk, lrd, NULL); in txCommit()
1447 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog()
1484 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog()
1534 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog()
1584 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog()
1613 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog()
1635 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog()
1703 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog()
1794 cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in xtLog()
1800 cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog()
[all …]
Djfs_txnmgr.h291 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
Djfs_mount.c493 lmLog(log, NULL, &lrd, NULL); in logMOUNT()
Djfs_logmgr.c225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() function