Lines Matching refs:jfs_log

164 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
166 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
168 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
170 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
175 static int txLog(struct jfs_log * log, struct tblock * tblk,
179 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
365 struct jfs_log *log; in txBegin()
462 struct jfs_log *log; in txBeginAnon()
503 struct jfs_log *log; in txEnd()
914 struct jfs_log *log; in txUnlock()
1142 struct jfs_log *log; in txCommit()
1381 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1438 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog()
1551 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog()
1597 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog()
1700 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog()
2086 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in mapLog()
2701 struct jfs_log *log; in txLazyCommit()
2715 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in txLazyCommit()
2842 struct jfs_log *log = mp->log; in LogSyncRelease()
2863 struct jfs_log *log = JFS_SBI(sb)->log; in txQuiesce()
2918 struct jfs_log *log = JFS_SBI(sb)->log; in txResume()