Searched refs:lmLog (Results 1 – 4 of 4) sorted by relevance
/linux/fs/jfs/ |
H A D | jfs_txnmgr.c | 1302 lmLog(log, tblk, lrd, NULL); in txCommit() 1452 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog() 1489 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog() 1539 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog() 1589 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1618 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1640 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog() 1708 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog() 1799 cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in xtLog() 1805 cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog() [all …]
|
H A D | jfs_txnmgr.h | 291 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
|
H A D | jfs_mount.c | 498 lmLog(log, NULL, &lrd, NULL); in logMOUNT()
|
H A D | jfs_logmgr.c | 225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() function
|