head_cycle       1195 fs/xfs/xfs_log.c 	int		head_cycle;
head_cycle       1198 fs/xfs/xfs_log.c 	xlog_crack_grant_head(head, &head_cycle, &head_bytes);
head_cycle       1201 fs/xfs/xfs_log.c 	if (tail_cycle == head_cycle && head_bytes >= tail_bytes)
head_cycle       1203 fs/xfs/xfs_log.c 	else if (tail_cycle + 1 < head_cycle)
head_cycle       1205 fs/xfs/xfs_log.c 	else if (tail_cycle < head_cycle) {
head_cycle       1206 fs/xfs/xfs_log.c 		ASSERT(tail_cycle == (head_cycle - 1));
head_cycle       1220 fs/xfs/xfs_log.c 			  head_cycle, head_bytes);
head_cycle       1677 fs/xfs/xfs_log_recover.c 	int		tail_cycle, head_cycle;
head_cycle       1685 fs/xfs/xfs_log_recover.c 	head_cycle = log->l_curr_cycle;
head_cycle       1694 fs/xfs/xfs_log_recover.c 	if (head_cycle == tail_cycle) {
head_cycle       1714 fs/xfs/xfs_log_recover.c 		if (unlikely(head_block >= tail_block || head_cycle != (tail_cycle + 1))){
head_cycle       1749 fs/xfs/xfs_log_recover.c 		error = xlog_write_log_records(log, (head_cycle - 1),
head_cycle       1763 fs/xfs/xfs_log_recover.c 		error = xlog_write_log_records(log, (head_cycle - 1),
head_cycle       1779 fs/xfs/xfs_log_recover.c 		error = xlog_write_log_records(log, head_cycle, 0, distance,