Searched refs:mid_cycle (Results 1 - 1 of 1) sorted by path

/linux-master/fs/xfs/
H A Dxfs_log_recover.c279 uint mid_cycle; local
288 mid_cycle = xlog_get_cycle(offset);
289 if (mid_cycle == cycle)
290 end_blk = mid_blk; /* last_half_cycle == mid_cycle */
292 first_blk = mid_blk; /* first_half_cycle == mid_cycle */

Completed in 201 milliseconds