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,
225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
344 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
560 static int lmNextPage(struct jfs_log * log)
666 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk)
745 static void lmGCwrite(struct jfs_log * log, int cant_write)
813 struct jfs_log *log = bp->l_log;
929 static int lmLogSync(struct jfs_log * log, int hard_sync)
1046 void jfs_syncpt(struct jfs_log *log, int hard_sync)
1070 struct jfs_log *log;
1098 if (!(log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL))) {
1164 struct jfs_log *log;
1167 if (!(log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL)))
1201 dummy_log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL);
1248 int lmLogInit(struct jfs_log * log)
1446 struct jfs_log *log = sbi->log;
1517 void jfs_flush_journal(struct jfs_log *log, int wait)
1639 int lmLogShutdown(struct jfs_log * log)
1715 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi,
1795 static int lbmLogInit(struct jfs_log * log)
1863 static void lbmLogShutdown(struct jfs_log * log)
1884 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn)
1928 struct jfs_log *log = bp->l_log;
1970 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp)
2023 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag,
2091 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag)
2124 struct jfs_log *log = bp->l_log;
2184 struct jfs_log *log;
2365 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize)