Lines Matching refs:jfs_log

157 static struct jfs_log *dummy_log;
163 static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk,
166 static int lmNextPage(struct jfs_log * log);
167 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi,
172 static int lbmLogInit(struct jfs_log * log);
173 static void lbmLogShutdown(struct jfs_log * log);
174 static struct lbuf *lbmAllocate(struct jfs_log * log, int);
177 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp);
178 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, int cant_block);
179 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag);
183 static void lmGCwrite(struct jfs_log * log, int cant_block);
184 static int lmLogSync(struct jfs_log * log, int hard_sync);
201 static void write_special_inodes(struct jfs_log *log, in write_special_inodes()
225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog()
344 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord()
560 static int lmNextPage(struct jfs_log * log) in lmNextPage()
666 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk) in lmGroupCommit()
745 static void lmGCwrite(struct jfs_log * log, int cant_write) in lmGCwrite()
813 struct jfs_log *log = bp->l_log; in lmPostGC()
929 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync()
1046 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt()
1070 struct jfs_log *log; in lmLogOpen()
1098 if (!(log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL))) { in lmLogOpen()
1164 struct jfs_log *log; in open_inline_log()
1167 if (!(log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL))) in open_inline_log()
1201 dummy_log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL); in open_dummy_log()
1248 int lmLogInit(struct jfs_log * log) in lmLogInit()
1446 struct jfs_log *log = sbi->log; in lmLogClose()
1517 void jfs_flush_journal(struct jfs_log *log, int wait) in jfs_flush_journal()
1639 int lmLogShutdown(struct jfs_log * log) in lmLogShutdown()
1715 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi, in lmLogFileSystem()
1795 static int lbmLogInit(struct jfs_log * log) in lbmLogInit()
1863 static void lbmLogShutdown(struct jfs_log * log) in lbmLogShutdown()
1884 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) in lbmAllocate()
1928 struct jfs_log *log = bp->l_log; in lbmfree()
1970 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp) in lbmRead()
2023 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, in lbmWrite()
2091 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite()
2124 struct jfs_log *log = bp->l_log; in lbmStartIO()
2184 struct jfs_log *log; in lbmIODone()
2365 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize) in lmLogFormat()