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

/linux-master/fs/xfs/
H A Dxfs_log_recover.c1611 int tail_cycle, head_cycle; local
1619 head_cycle = log->l_curr_cycle;
1628 if (head_cycle == tail_cycle) {
1649 head_cycle != tail_cycle + 1))
1681 error = xlog_write_log_records(log, (head_cycle - 1),
1695 error = xlog_write_log_records(log, (head_cycle - 1),
1711 error = xlog_write_log_records(log, head_cycle, 0, distance,
H A Dxfs_log.c1340 int head_cycle; local
1343 xlog_crack_grant_head(head, &head_cycle, &head_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));
1368 head_cycle, head_bytes);

Completed in 190 milliseconds