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

/linux-master/fs/xfs/
H A Dxfs_log_priv.h427 int l_curr_cycle; /* Cycle number of log writes */ member in struct:xlog
655 cur_cycle = READ_ONCE(log->l_curr_cycle);
667 cur_cycle = log->l_curr_cycle;
H A Dxfs_log_recover.c1179 log->l_curr_cycle, after_umount_blk);
1181 log->l_curr_cycle, after_umount_blk);
1211 log->l_curr_cycle = be32_to_cpu(rhead->h_cycle);
1213 log->l_curr_cycle++;
1216 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle,
1218 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle,
1619 head_cycle = log->l_curr_cycle;
2561 last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block);
H A Dxfs_log.c1551 log->l_curr_cycle = 1; /* 0 is bad since this is initial value */
2938 head->h_cycle = cpu_to_be32(log->l_curr_cycle);
2940 xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block));
3095 log->l_prev_cycle = log->l_curr_cycle;
3117 log->l_curr_cycle++;
3118 if (log->l_curr_cycle == XLOG_HEADER_MAGIC_NUM)
3119 log->l_curr_cycle++;
3868 log->l_curr_cycle, log->l_curr_block);
H A Dxfs_sysfs.c412 cycle = log->l_curr_cycle;
H A Dxfs_trace.h1251 __entry->curr_cycle = log->l_curr_cycle;

Completed in 146 milliseconds