Lines Matching defs:log
350 struct xlog *log = to_xlog(kobject);
352 spin_lock(&log->l_icloglock);
353 cycle = log->l_curr_cycle;
354 block = log->l_curr_block;
355 spin_unlock(&log->l_icloglock);
368 struct xlog *log = to_xlog(kobject);
370 xlog_crack_atomic_lsn(&log->l_tail_lsn, &cycle, &block);
383 struct xlog *log = to_xlog(kobject);
385 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes);
397 struct xlog *log = to_xlog(kobject);
399 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes);