Lines Matching refs:cycle
348 int cycle; in log_head_lsn_show() local
353 cycle = log->l_curr_cycle; in log_head_lsn_show()
357 return sysfs_emit(buf, "%d:%d\n", cycle, block); in log_head_lsn_show()
366 int cycle; in log_tail_lsn_show() local
370 xlog_crack_atomic_lsn(&log->l_tail_lsn, &cycle, &block); in log_tail_lsn_show()
371 return sysfs_emit(buf, "%d:%d\n", cycle, block); in log_tail_lsn_show()
381 int cycle; in reserve_grant_head_show() local
385 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show()
386 return sysfs_emit(buf, "%d:%d\n", cycle, bytes); in reserve_grant_head_show()
395 int cycle; in write_grant_head_show() local
399 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes); in write_grant_head_show()
400 return sysfs_emit(buf, "%d:%d\n", cycle, bytes); in write_grant_head_show()