Home
last modified time | relevance | path

Searched refs:l_curr_cycle (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/fs/xfs/
A Dxfs_log_priv.h422 int l_curr_cycle; /* Cycle number of log writes */ member
650 cur_cycle = READ_ONCE(log->l_curr_cycle); in xlog_valid_lsn()
662 cur_cycle = log->l_curr_cycle; in xlog_valid_lsn()
A Dxfs_log_recover.c1179 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()
A Dxfs_log.c1584 log->l_curr_cycle = 1; /* 0 is bad since this is initial value */ in xlog_alloc_log()
2969 head->h_cycle = cpu_to_be32(log->l_curr_cycle); in xlog_state_get_iclog_space()
2971 xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block)); in xlog_state_get_iclog_space()
3126 log->l_prev_cycle = log->l_curr_cycle; in xlog_state_switch_iclogs()
3148 log->l_curr_cycle++; in xlog_state_switch_iclogs()
3149 if (log->l_curr_cycle == XLOG_HEADER_MAGIC_NUM) in xlog_state_switch_iclogs()
3150 log->l_curr_cycle++; in xlog_state_switch_iclogs()
3898 log->l_curr_cycle, log->l_curr_block); in xfs_log_check_lsn()
A Dxfs_sysfs.c353 cycle = log->l_curr_cycle; in log_head_lsn_show()
A Dxfs_trace.h1248 __entry->curr_cycle = log->l_curr_cycle;
/linux-6.3-rc2/tools/memory-model/Documentation/
A Drecipes.txt320 log->l_curr_cycle++;
325 cur_cycle = READ_ONCE(log->l_curr_cycle);

Completed in 28 milliseconds