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

/linux-master/fs/xfs/
H A Dxfs_log_recover.c1491 int tail_cycle,
1502 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block));
1513 int tail_cycle,
1575 tail_cycle, tail_block);
1611 int tail_cycle, head_cycle; local
1617 tail_cycle = CYCLE_LSN(tail_lsn);
1628 if (head_cycle == tail_cycle) {
1649 head_cycle != tail_cycle + 1))
1682 head_block, max_distance, tail_cycle,
1696 head_block, distance, tail_cycle,
1486 xlog_add_record( struct xlog *log, char *buf, int cycle, int block, int tail_cycle, int tail_block) argument
1508 xlog_write_log_records( struct xlog *log, int cycle, int start_block, int blocks, int tail_cycle, int tail_block) argument
[all...]
H A Dxfs_log.c1339 int tail_cycle; local
1344 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes);
1346 if (tail_cycle == head_cycle && head_bytes >= tail_bytes)
1348 if (tail_cycle + 1 < head_cycle)
1355 if (tail_cycle < head_cycle) {
1356 ASSERT(tail_cycle == (head_cycle - 1));
1365 xfs_alert(log->l_mp, " tail_cycle = %d, tail_bytes = %d",
1366 tail_cycle, tail_bytes);
3556 int tail_cycle, tail_blocks; local
3560 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle,
[all...]

Completed in 103 milliseconds