Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_log_recover.c622 uint first_half_cycle, last_half_cycle; in xlog_find_head() local
663 last_half_cycle = xlog_get_cycle(offset); in xlog_find_head()
664 ASSERT(last_half_cycle != 0); in xlog_find_head()
677 if (first_half_cycle == last_half_cycle) { in xlog_find_head()
704 stop_on_cycle = last_half_cycle - 1; in xlog_find_head()
728 stop_on_cycle = last_half_cycle; in xlog_find_head()
730 &head_blk, last_half_cycle))) in xlog_find_head()