• Home
  • Raw
  • Download

Lines Matching refs:jfs_log

170 static struct jfs_log *dummy_log;
176 static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk,
179 static int lmNextPage(struct jfs_log * log);
180 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi,
185 static int lbmLogInit(struct jfs_log * log);
186 static void lbmLogShutdown(struct jfs_log * log);
187 static struct lbuf *lbmAllocate(struct jfs_log * log, int);
190 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp);
191 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, int cant_block);
192 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag);
196 static void lmGCwrite(struct jfs_log * log, int cant_block);
197 static int lmLogSync(struct jfs_log * log, int hard_sync);
214 static void write_special_inodes(struct jfs_log *log, in write_special_inodes()
238 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog()
357 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord()
573 static int lmNextPage(struct jfs_log * log) in lmNextPage()
679 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk) in lmGroupCommit()
758 static void lmGCwrite(struct jfs_log * log, int cant_write) in lmGCwrite()
826 struct jfs_log *log = bp->l_log; in lmPostGC()
942 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync()
1059 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt()
1083 struct jfs_log *log; in lmLogOpen()
1112 if (!(log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL))) { in lmLogOpen()
1178 struct jfs_log *log; in open_inline_log()
1181 if (!(log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL))) in open_inline_log()
1215 dummy_log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL); in open_dummy_log()
1262 int lmLogInit(struct jfs_log * log) in lmLogInit()
1459 struct jfs_log *log = sbi->log; in lmLogClose()
1530 void jfs_flush_journal(struct jfs_log *log, int wait) in jfs_flush_journal()
1652 int lmLogShutdown(struct jfs_log * log) in lmLogShutdown()
1728 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi, in lmLogFileSystem()
1807 static int lbmLogInit(struct jfs_log * log) in lbmLogInit()
1875 static void lbmLogShutdown(struct jfs_log * log) in lbmLogShutdown()
1896 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) in lbmAllocate()
1940 struct jfs_log *log = bp->l_log; in lbmfree()
1982 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp) in lbmRead()
2035 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, in lbmWrite()
2103 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite()
2136 struct jfs_log *log = bp->l_log; in lbmStartIO()
2196 struct jfs_log *log; in lbmIODone()
2377 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize) in lmLogFormat()