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,
552 static int lmNextPage(struct jfs_log * log)
658 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk)
737 static void lmGCwrite(struct jfs_log * log, int cant_write)
805 struct jfs_log *log = bp->l_log;
921 static int lmLogSync(struct jfs_log * log, int hard_sync)
1038 void jfs_syncpt(struct jfs_log *log, int hard_sync)
1062 struct jfs_log *log;
1090 if (!(log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL))) {
1156 struct jfs_log *log;
1159 if (!(log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL)))
1193 dummy_log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL);
1240 int lmLogInit(struct jfs_log * log)
1438 struct jfs_log *log = sbi->log;
1509 void jfs_flush_journal(struct jfs_log *log, int wait)
1631 int lmLogShutdown(struct jfs_log * log)
1707 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi,
1787 static int lbmLogInit(struct jfs_log * log)
1855 static void lbmLogShutdown(struct jfs_log * log)
1876 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn)
1920 struct jfs_log *log = bp->l_log;
1962 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp)
2011 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag,
2079 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag)
2112 struct jfs_log *log = bp->l_log;
2169 struct jfs_log *log;
2350 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize)