Lines Matching defs:log
569 sbi->log = NULL;
625 struct jfs_log *log = sbi->log;
630 rc = lmLogShutdown(log);
655 struct jfs_log *log = sbi->log;
664 rc = lmLogInit(log);
681 struct jfs_log *log = JFS_SBI(sb)->log;
683 /* log == NULL indicates read-only mount */
684 if (log) {
690 jfs_flush_journal(log, wait);
691 jfs_syncpt(log, 0);