Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log_recover.c1214 int tail_cycle, head_cycle; in xlog_clear_stale_blocks() local
1222 head_cycle = log->l_curr_cycle; in xlog_clear_stale_blocks()
1231 if (head_cycle == tail_cycle) { in xlog_clear_stale_blocks()
1251 if (unlikely(head_block >= tail_block || head_cycle != (tail_cycle + 1))){ in xlog_clear_stale_blocks()
1286 error = xlog_write_log_records(log, (head_cycle - 1), in xlog_clear_stale_blocks()
1300 error = xlog_write_log_records(log, (head_cycle - 1), in xlog_clear_stale_blocks()
1316 error = xlog_write_log_records(log, head_cycle, 0, distance, in xlog_clear_stale_blocks()