Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_log_recover.c1491 int tail_cycle, in xlog_add_record() argument
1502 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record()
1513 int tail_cycle, in xlog_write_log_records() argument
1575 tail_cycle, tail_block); in xlog_write_log_records()
1611 int tail_cycle, head_cycle; in xlog_clear_stale_blocks() local
1617 tail_cycle = CYCLE_LSN(tail_lsn); in xlog_clear_stale_blocks()
1628 if (head_cycle == tail_cycle) { in xlog_clear_stale_blocks()
1649 head_cycle != tail_cycle + 1)) in xlog_clear_stale_blocks()
1682 head_block, max_distance, tail_cycle, in xlog_clear_stale_blocks()
1696 head_block, distance, tail_cycle, in xlog_clear_stale_blocks()
[all …]
Dxfs_log.c1339 int tail_cycle; in xlog_space_left() local
1344 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()
1346 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()
1348 if (tail_cycle + 1 < head_cycle) in xlog_space_left()
1355 if (tail_cycle < head_cycle) { in xlog_space_left()
1356 ASSERT(tail_cycle == (head_cycle - 1)); in xlog_space_left()
1366 tail_cycle, tail_bytes); in xlog_space_left()
3553 int tail_cycle, tail_blocks; in xlog_verify_grant_tail() local
3557 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_blocks); in xlog_verify_grant_tail()
3558 if (tail_cycle != cycle) { in xlog_verify_grant_tail()
[all …]