Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_log_priv.h377 int l_curr_cycle; /* Cycle number of log writes */ member
583 cur_cycle = READ_ONCE(log->l_curr_cycle); in xlog_valid_lsn()
595 cur_cycle = log->l_curr_cycle; in xlog_valid_lsn()
Dxfs_log.c1386 log->l_curr_cycle = 1; /* 0 is bad since this is initial value */ in xlog_alloc_log()
3019 head->h_cycle = cpu_to_be32(log->l_curr_cycle); in xlog_state_get_iclog_space()
3021 xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block)); in xlog_state_get_iclog_space()
3236 log->l_prev_cycle = log->l_curr_cycle; in xlog_state_switch_iclogs()
3259 log->l_curr_cycle++; in xlog_state_switch_iclogs()
3260 if (log->l_curr_cycle == XLOG_HEADER_MAGIC_NUM) in xlog_state_switch_iclogs()
3261 log->l_curr_cycle++; in xlog_state_switch_iclogs()
4082 log->l_curr_cycle, log->l_curr_block); in xfs_log_check_lsn()
Dxfs_log_recover.c1246 log->l_curr_cycle, after_umount_blk); in xlog_check_unmount_rec()
1248 log->l_curr_cycle, after_umount_blk); in xlog_check_unmount_rec()
1278 log->l_curr_cycle = be32_to_cpu(rhead->h_cycle); in xlog_set_state()
1280 log->l_curr_cycle++; in xlog_set_state()
1283 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle, in xlog_set_state()
1285 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle, in xlog_set_state()
1685 head_cycle = log->l_curr_cycle; in xlog_clear_stale_blocks()
4820 last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block); in xlog_recover_process_intents()
Dxfs_sysfs.c325 cycle = log->l_curr_cycle; in log_head_lsn_show()
Dxfs_trace.h965 __entry->curr_cycle = log->l_curr_cycle;
/Linux-v5.4/tools/memory-model/Documentation/
Drecipes.txt320 log->l_curr_cycle++;
325 cur_cycle = READ_ONCE(log->l_curr_cycle);