Searched refs:lmLog (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_txnmgr.c | 1303 lmLog(log, tblk, lrd, NULL); in txCommit() 1455 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog() 1492 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog() 1527 cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog() 1576 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog() 1626 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1655 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1677 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog() 1745 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog() 1836 cpu_to_le32(lmLog(lo in xtLog() [all...] |
H A D | jfs_txnmgr.h | 108 /* lmLog state */ 144 * linelock for lmLog() 291 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
|
H A D | jfs_mount.c | 495 lmLog(log, NULL, &lrd, NULL); in logMOUNT()
|
H A D | jfs_logmgr.c | 214 * NAME: lmLog() 225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() function 233 jfs_info("lmLog: log:0x%p tblk:0x%p, lrd:0x%p tlck:0x%p", in lmLog()
|
/kernel/linux/linux-6.6/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(lo in xtLog() [all...] |
H A D | jfs_txnmgr.h | 108 /* lmLog state */ 144 * linelock for lmLog() 291 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
|
H A D | jfs_mount.c | 497 lmLog(log, NULL, &lrd, NULL); in logMOUNT()
|
H A D | jfs_logmgr.c | 214 * NAME: lmLog() 225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() function 233 jfs_info("lmLog: log:0x%p tblk:0x%p, lrd:0x%p tlck:0x%p", in lmLog()
|
Completed in 13 milliseconds