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()
467 struct jfs_log *log; in txBeginAnon()
508 struct jfs_log *log; in txEnd()
919 struct jfs_log *log; in txUnlock()
1147 struct jfs_log *log; in txCommit()
1386 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1443 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog()
1556 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog()
1602 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog()
1705 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog()
2088 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in mapLog()
2702 struct jfs_log *log; in txLazyCommit()
2716 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in txLazyCommit()
2843 struct jfs_log *log = mp->log; in LogSyncRelease()
2864 struct jfs_log *log = JFS_SBI(sb)->log; in txQuiesce()
2918 struct jfs_log *log = JFS_SBI(sb)->log; in txResume()