Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_recover.c1488 int tail_cycle, in xlog_add_record() argument
1499 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record()
1510 int tail_cycle, in xlog_write_log_records() argument
1572 tail_cycle, tail_block); in xlog_write_log_records()
1608 int tail_cycle, head_cycle; in xlog_clear_stale_blocks() local
1614 tail_cycle = CYCLE_LSN(tail_lsn); in xlog_clear_stale_blocks()
1625 if (head_cycle == tail_cycle) { in xlog_clear_stale_blocks()
1646 head_cycle != tail_cycle + 1)) in xlog_clear_stale_blocks()
1679 head_block, max_distance, tail_cycle, in xlog_clear_stale_blocks()
1693 head_block, distance, tail_cycle, in xlog_clear_stale_blocks()
[all …]