Searched refs:tail_cycle (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/fs/xfs/ |
| D | xfs_log_recover.c | 1498 int tail_cycle, in xlog_add_record() argument 1509 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record() 1520 int tail_cycle, in xlog_write_log_records() argument 1582 tail_cycle, tail_block); in xlog_write_log_records() 1618 int tail_cycle, head_cycle; in xlog_clear_stale_blocks() local 1624 tail_cycle = CYCLE_LSN(tail_lsn); in xlog_clear_stale_blocks() 1635 if (head_cycle == tail_cycle) { in xlog_clear_stale_blocks() 1656 head_cycle != tail_cycle + 1)) in xlog_clear_stale_blocks() 1689 head_block, max_distance, tail_cycle, in xlog_clear_stale_blocks() 1703 head_block, distance, tail_cycle, in xlog_clear_stale_blocks() [all …]
|
| D | xfs_log.c | 1321 int tail_cycle; in xlog_space_left() local 1326 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left() 1328 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left() 1330 if (tail_cycle + 1 < head_cycle) in xlog_space_left() 1337 if (tail_cycle < head_cycle) { in xlog_space_left() 1338 ASSERT(tail_cycle == (head_cycle - 1)); in xlog_space_left() 1348 tail_cycle, tail_bytes); in xlog_space_left() 3674 int tail_cycle, tail_blocks; in xlog_verify_grant_tail() local 3678 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_blocks); in xlog_verify_grant_tail() 3679 if (tail_cycle != cycle) { in xlog_verify_grant_tail() [all …]
|