Lines Matching defs:log
563 sbi->log = NULL;
619 struct jfs_log *log = sbi->log;
624 rc = lmLogShutdown(log);
649 struct jfs_log *log = sbi->log;
658 rc = lmLogInit(log);
675 struct jfs_log *log = JFS_SBI(sb)->log;
677 /* log == NULL indicates read-only mount */
678 if (log) {
684 jfs_flush_journal(log, wait);
685 jfs_syncpt(log, 0);