Lines Matching refs:cycle
321 int cycle; in log_head_lsn_show() local
326 cycle = log->l_curr_cycle; in log_head_lsn_show()
330 return sysfs_emit(buf, "%d:%d\n", cycle, block); in log_head_lsn_show()
339 int cycle; in log_tail_lsn_show() local
343 xlog_crack_atomic_lsn(&log->l_tail_lsn, &cycle, &block); in log_tail_lsn_show()
344 return sysfs_emit(buf, "%d:%d\n", cycle, block); in log_tail_lsn_show()
354 int cycle; in reserve_grant_head_show() local
358 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show()
359 return sysfs_emit(buf, "%d:%d\n", cycle, bytes); in reserve_grant_head_show()
368 int cycle; in write_grant_head_show() local
372 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes); in write_grant_head_show()
373 return sysfs_emit(buf, "%d:%d\n", cycle, bytes); in write_grant_head_show()