Lines Matching refs:jfs_log

151 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
153 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
155 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
157 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
162 static int txLog(struct jfs_log * log, struct tblock * tblk,
166 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
352 struct jfs_log *log; in txBegin()
449 struct jfs_log *log; in txBeginAnon()
490 struct jfs_log *log; in txEnd()
901 struct jfs_log *log; in txUnlock()
1129 struct jfs_log *log; in txCommit()
1368 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1425 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog()
1538 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog()
1584 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog()
1687 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog()
2070 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in mapLog()
2684 struct jfs_log *log; in txLazyCommit()
2698 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in txLazyCommit()
2825 struct jfs_log *log = mp->log; in LogSyncRelease()
2846 struct jfs_log *log = JFS_SBI(sb)->log; in txQuiesce()
2900 struct jfs_log *log = JFS_SBI(sb)->log; in txResume()