Lines Matching refs:jfs_log
159 extern int lmGroupCommit(struct jfs_log *, struct tblock *);
160 extern void lmSync(struct jfs_log *);
170 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
172 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
174 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
176 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
181 static int txLog(struct jfs_log * log, struct tblock * tblk,
185 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
333 struct jfs_log *log; in txBegin()
431 struct jfs_log *log; in txBeginAnon()
473 struct jfs_log *log; in txEnd()
864 struct jfs_log *log; in txUnlock()
1101 struct jfs_log *log; in txCommit()
1316 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1374 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog()
1489 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog()
1536 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog()
1641 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog()
2013 void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in mapLog()
2643 struct jfs_log *log; in txLazyCommit()
2657 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in txLazyCommit()
2785 struct jfs_log *log = mp->log; in LogSyncRelease()
2821 struct jfs_log *log = JFS_SBI(sb)->log; in txQuiesce()
2876 struct jfs_log *log = JFS_SBI(sb)->log; in txResume()