Lines Matching defs:log
182 mp->log = NULL;
281 struct jfs_log *log = mp->log;
284 * This can race. Recheck that log hasn't been set to null, and after
287 if (!log)
290 LOGSYNC_LOCK(log, flags);
292 mp->log = NULL;
295 log->count--;
298 LOGSYNC_UNLOCK(log, flags);
373 if (mp->log && !(mp->log->cflag & logGC_PAGEOUT))
374 jfs_flush_journal(mp->log, 0);