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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c317 /* last_half_cycle == mid_cycle */
523 uint first_half_cycle, last_half_cycle; local
559 last_half_cycle = GET_CYCLE(offset, ARCH_CONVERT);
560 ASSERT(last_half_cycle != 0);
573 if (first_half_cycle == last_half_cycle) {
576 * cycle number last_half_cycle. We need to scan backwards
578 * containing last_half_cycle - 1. If we find such a hole,
600 stop_on_cycle = last_half_cycle - 1;
604 * number matching last_half_cycle. We expect the log to be
607 * The first block with cycle number x (last_half_cycle) wil
[all...]

Completed in 50 milliseconds