Searched refs:l_curr_cycle (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_priv.h | 411 int l_curr_cycle; /* Cycle number of log writes */ member 611 cur_cycle = READ_ONCE(log->l_curr_cycle); in xlog_valid_lsn() 623 cur_cycle = log->l_curr_cycle; in xlog_valid_lsn()
|
H A D | xfs_log.c | 1339 log->l_curr_cycle = 1; /* 0 is bad since this is initial value */ in xlog_alloc_log() 2920 head->h_cycle = cpu_to_be32(log->l_curr_cycle); in xlog_state_get_iclog_space() 2922 xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block)); in xlog_state_get_iclog_space() 3081 log->l_prev_cycle = log->l_curr_cycle; in xlog_state_switch_iclogs() 3104 log->l_curr_cycle++; in xlog_state_switch_iclogs() 3105 if (log->l_curr_cycle == XLOG_HEADER_MAGIC_NUM) in xlog_state_switch_iclogs() 3106 log->l_curr_cycle++; in xlog_state_switch_iclogs() 3843 log->l_curr_cycle, log->l_curr_block); in xfs_log_check_lsn()
|
H A D | xfs_log_recover.c | 1185 log->l_curr_cycle, after_umount_blk); in xlog_check_unmount_rec() 1187 log->l_curr_cycle, after_umount_blk); in xlog_check_unmount_rec() 1217 log->l_curr_cycle = be32_to_cpu(rhead->h_cycle); in xlog_set_state() 1219 log->l_curr_cycle++; in xlog_set_state() 1222 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle, in xlog_set_state() 1224 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle, in xlog_set_state() 1625 head_cycle = log->l_curr_cycle; in xlog_clear_stale_blocks() 2533 last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block); in xlog_recover_process_intents()
|
H A D | xfs_sysfs.c | 325 cycle = log->l_curr_cycle; in log_head_lsn_show()
|
H A D | xfs_trace.h | 1112 __entry->curr_cycle = log->l_curr_cycle;
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_priv.h | 426 int l_curr_cycle; /* Cycle number of log writes */ member 654 cur_cycle = READ_ONCE(log->l_curr_cycle); in xlog_valid_lsn() 666 cur_cycle = log->l_curr_cycle; in xlog_valid_lsn()
|
H A D | xfs_log_recover.c | 1179 log->l_curr_cycle, after_umount_blk); in xlog_check_unmount_rec() 1181 log->l_curr_cycle, after_umount_blk); in xlog_check_unmount_rec() 1211 log->l_curr_cycle = be32_to_cpu(rhead->h_cycle); in xlog_set_state() 1213 log->l_curr_cycle++; in xlog_set_state() 1216 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle, in xlog_set_state() 1218 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle, in xlog_set_state() 1619 head_cycle = log->l_curr_cycle; in xlog_clear_stale_blocks() 2550 last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block); in xlog_recover_process_intents()
|
H A D | xfs_log.c | 1550 log->l_curr_cycle = 1; /* 0 is bad since this is initial value */ in xlog_alloc_log() 2936 head->h_cycle = cpu_to_be32(log->l_curr_cycle); in xlog_state_get_iclog_space() 2938 xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block)); in xlog_state_get_iclog_space() 3093 log->l_prev_cycle = log->l_curr_cycle; in xlog_state_switch_iclogs() 3115 log->l_curr_cycle++; in xlog_state_switch_iclogs() 3116 if (log->l_curr_cycle == XLOG_HEADER_MAGIC_NUM) in xlog_state_switch_iclogs() 3117 log->l_curr_cycle++; in xlog_state_switch_iclogs() 3865 log->l_curr_cycle, log->l_curr_block); in xfs_log_check_lsn()
|
H A D | xfs_sysfs.c | 353 cycle = log->l_curr_cycle; in log_head_lsn_show()
|
H A D | xfs_trace.h | 1244 __entry->curr_cycle = log->l_curr_cycle;
|
Completed in 32 milliseconds