Lines Matching defs:log
183 mp->log = NULL;
282 struct jfs_log *log = mp->log;
285 * This can race. Recheck that log hasn't been set to null, and after
288 if (!log)
291 LOGSYNC_LOCK(log, flags);
293 mp->log = NULL;
296 log->count--;
299 LOGSYNC_UNLOCK(log, flags);
374 if (mp->log && !(mp->log->cflag & logGC_PAGEOUT))
375 jfs_flush_journal(mp->log, 0);