Searched refs:tail_cycle (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/xfs/ |
| D | xfs_log_recover.c | 1497 int tail_cycle, in xlog_add_record() argument 1508 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record() 1519 int tail_cycle, in xlog_write_log_records() argument 1581 tail_cycle, tail_block); in xlog_write_log_records() 1617 int tail_cycle, head_cycle; in xlog_clear_stale_blocks() local 1623 tail_cycle = CYCLE_LSN(tail_lsn); in xlog_clear_stale_blocks() 1634 if (head_cycle == tail_cycle) { in xlog_clear_stale_blocks() 1655 head_cycle != tail_cycle + 1)) in xlog_clear_stale_blocks() 1688 head_block, max_distance, tail_cycle, in xlog_clear_stale_blocks() 1702 head_block, distance, tail_cycle, in xlog_clear_stale_blocks() [all …]
|
| D | xfs_log.c | 1141 int tail_cycle; in xlog_space_left() local 1146 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left() 1148 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left() 1150 else if (tail_cycle + 1 < head_cycle) in xlog_space_left() 1152 else if (tail_cycle < head_cycle) { in xlog_space_left() 1153 ASSERT(tail_cycle == (head_cycle - 1)); in xlog_space_left() 1164 tail_cycle, tail_bytes); in xlog_space_left() 3494 int tail_cycle, tail_blocks; in xlog_verify_grant_tail() local 3498 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_blocks); in xlog_verify_grant_tail() 3499 if (tail_cycle != cycle) { in xlog_verify_grant_tail() [all …]
|