tail_distance    1027 fs/xfs/xfs_log_recover.c 		int	tail_distance;
tail_distance    1033 fs/xfs/xfs_log_recover.c 		tail_distance = xlog_tail_distance(log, head_blk, first_bad);
tail_distance    1034 fs/xfs/xfs_log_recover.c 		if (tail_distance > BTOBB(XLOG_MAX_ICLOGS * hsize))
tail_distance    1679 fs/xfs/xfs_log_recover.c 	int		tail_distance, max_distance;
tail_distance    1707 fs/xfs/xfs_log_recover.c 		tail_distance = tail_block + (log->l_logBBsize - head_block);
tail_distance    1719 fs/xfs/xfs_log_recover.c 		tail_distance = tail_block - head_block;
tail_distance    1726 fs/xfs/xfs_log_recover.c 	if (tail_distance <= 0) {
tail_distance    1727 fs/xfs/xfs_log_recover.c 		ASSERT(tail_distance == 0);
tail_distance    1739 fs/xfs/xfs_log_recover.c 	max_distance = min(max_distance, tail_distance);