Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_recover.c1497 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 …]
H A Dxfs_log.c1156 int tail_cycle; in xlog_space_left() local
1161 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()
1163 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()
1165 else if (tail_cycle + 1 < head_cycle) in xlog_space_left()
1167 else if (tail_cycle < head_cycle) { in xlog_space_left()
1168 ASSERT(tail_cycle == (head_cycle - 1)); in xlog_space_left()
1179 tail_cycle, tail_bytes); in xlog_space_left()
3510 int tail_cycle, tail_blocks; in xlog_verify_grant_tail() local
3514 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_blocks); in xlog_verify_grant_tail()
3515 if (tail_cycle != cycle) { in xlog_verify_grant_tail()
[all …]