Lines Matching refs:jfs_log
169 static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk,
172 static int lmNextPage(struct jfs_log * log);
173 static int lmLogFileSystem(struct jfs_log * log, char *uuid, int activate);
175 static int lbmLogInit(struct jfs_log * log);
176 static void lbmLogShutdown(struct jfs_log * log);
177 static struct lbuf *lbmAllocate(struct jfs_log * log, int);
180 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp);
181 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag,
183 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag);
187 static void lmGCwrite(struct jfs_log * log, int cant_block);
188 static int lmLogSync(struct jfs_log * log, int nosyncwait);
217 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog()
337 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord()
558 static int lmNextPage(struct jfs_log * log) in lmNextPage()
661 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk) in lmGroupCommit()
739 static void lmGCwrite(struct jfs_log * log, int cant_write) in lmGCwrite()
806 struct jfs_log *log = bp->l_log; in lmPostGC()
926 static int lmLogSync(struct jfs_log * log, int nosyncwait) in lmLogSync()
1061 int lmLogOpen(struct super_block *sb, struct jfs_log ** logptr) in lmLogOpen()
1065 struct jfs_log *log; in lmLogOpen()
1067 if (!(log = kmalloc(sizeof(struct jfs_log), GFP_KERNEL))) in lmLogOpen()
1069 memset(log, 0, sizeof(struct jfs_log)); in lmLogOpen()
1172 int lmLogInit(struct jfs_log * log) in lmLogInit()
1371 int lmLogClose(struct super_block *sb, struct jfs_log * log) in lmLogClose()
1411 void jfs_flush_journal(struct jfs_log *log, int wait) in jfs_flush_journal()
1509 int lmLogShutdown(struct jfs_log * log) in lmLogShutdown()
1597 static int lmLogFileSystem(struct jfs_log * log, char *uuid, int activate) in lmLogFileSystem()
1673 static int lbmLogInit(struct jfs_log * log) in lbmLogInit()
1737 static void lbmLogShutdown(struct jfs_log * log) in lbmLogShutdown()
1760 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) in lbmAllocate()
1805 struct jfs_log *log = bp->l_log; in lbmfree()
1847 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp) in lbmRead()
1889 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, in lbmWrite()
1957 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite()
2047 struct jfs_log *log; in lbmIODone()
2241 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize) in lmLogFormat()