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

/linux-master/fs/xfs/
H A Dxfs_log_recover.c290 end_blk = mid_blk; /* last_half_cycle == mid_cycle */
506 uint first_half_cycle, last_half_cycle; local
547 last_half_cycle = xlog_get_cycle(offset);
548 ASSERT(last_half_cycle != 0);
561 if (first_half_cycle == last_half_cycle) {
564 * cycle number last_half_cycle. We need to scan backwards
566 * containing last_half_cycle - 1. If we find such a hole,
588 stop_on_cycle = last_half_cycle - 1;
592 * number matching last_half_cycle. We expect the log to be
595 * The first block with cycle number x (last_half_cycle) wil
[all...]

Completed in 138 milliseconds