Searched refs:l_curr_cycle (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/xfs/
H A Dxfs_sysfs.c140 cycle = log->l_curr_cycle; log_head_lsn_show()
H A Dxfs_log.c1357 log->l_curr_cycle = 1; /* 0 is bad since this is initial value */ xlog_alloc_log()
2918 head->h_cycle = cpu_to_be32(log->l_curr_cycle); xlog_state_get_iclog_space()
2920 xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block)); xlog_state_get_iclog_space()
3135 log->l_prev_cycle = log->l_curr_cycle; xlog_state_switch_iclogs()
3148 log->l_curr_cycle++; xlog_state_switch_iclogs()
3149 if (log->l_curr_cycle == XLOG_HEADER_MAGIC_NUM) xlog_state_switch_iclogs()
3150 log->l_curr_cycle++; xlog_state_switch_iclogs()
H A Dxfs_log_recover.c981 log->l_curr_cycle = be32_to_cpu(rhead->h_cycle); xlog_find_tail()
983 log->l_curr_cycle++; xlog_find_tail()
986 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle, xlog_find_tail()
988 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle, xlog_find_tail()
1035 log->l_curr_cycle, after_umount_blk); xlog_find_tail()
1037 log->l_curr_cycle, after_umount_blk); xlog_find_tail()
1334 head_cycle = log->l_curr_cycle; xlog_clear_stale_blocks()
H A Dxfs_log_priv.h388 int l_curr_cycle; /* Cycle number of log writes */ member in struct:xlog
H A Dxfs_trace.h930 __entry->curr_cycle = log->l_curr_cycle;

Completed in 146 milliseconds