tail_blk          818 fs/xfs/xfs_log_recover.c 	xfs_daddr_t		tail_blk,
tail_blk          837 fs/xfs/xfs_log_recover.c 	end_blk = head_blk > tail_blk ? tail_blk : 0;
tail_blk          856 fs/xfs/xfs_log_recover.c 	if (tail_blk >= head_blk && found != count) {
tail_blk          857 fs/xfs/xfs_log_recover.c 		for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) {
tail_blk          892 fs/xfs/xfs_log_recover.c 	xfs_daddr_t		tail_blk,
tail_blk          911 fs/xfs/xfs_log_recover.c 	end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1;
tail_blk          912 fs/xfs/xfs_log_recover.c 	for (i = (int) tail_blk; i <= end_blk; i++) {
tail_blk          929 fs/xfs/xfs_log_recover.c 	if (tail_blk > head_blk && found != count) {
tail_blk          959 fs/xfs/xfs_log_recover.c 	xfs_daddr_t	tail_blk)
tail_blk          961 fs/xfs/xfs_log_recover.c 	if (head_blk < tail_blk)
tail_blk          962 fs/xfs/xfs_log_recover.c 		return tail_blk - head_blk;
tail_blk          964 fs/xfs/xfs_log_recover.c 	return tail_blk + (log->l_logBBsize - head_blk);
tail_blk          990 fs/xfs/xfs_log_recover.c 	xfs_daddr_t		*tail_blk,
tail_blk          999 fs/xfs/xfs_log_recover.c 	xfs_daddr_t		orig_tail = *tail_blk;
tail_blk         1009 fs/xfs/xfs_log_recover.c 	error = xlog_seek_logrec_hdr(log, head_blk, *tail_blk, 1, buffer,
tail_blk         1013 fs/xfs/xfs_log_recover.c 	if (*tail_blk != tmp_tail)
tail_blk         1014 fs/xfs/xfs_log_recover.c 		*tail_blk = tmp_tail;
tail_blk         1024 fs/xfs/xfs_log_recover.c 	error = xlog_do_recovery_pass(log, head_blk, *tail_blk,
tail_blk         1043 fs/xfs/xfs_log_recover.c 		*tail_blk = tmp_tail;
tail_blk         1045 fs/xfs/xfs_log_recover.c 		error = xlog_do_recovery_pass(log, head_blk, *tail_blk,
tail_blk         1049 fs/xfs/xfs_log_recover.c 	if (!error && *tail_blk != orig_tail)
tail_blk         1052 fs/xfs/xfs_log_recover.c 			 orig_tail, *tail_blk);
tail_blk         1075 fs/xfs/xfs_log_recover.c 	xfs_daddr_t		*tail_blk,	/* out: tail block */
tail_blk         1098 fs/xfs/xfs_log_recover.c 	error = xlog_rseek_logrec_hdr(log, *head_blk, *tail_blk,
tail_blk         1130 fs/xfs/xfs_log_recover.c 		found = xlog_rseek_logrec_hdr(log, first_bad, *tail_blk, 1,
tail_blk         1147 fs/xfs/xfs_log_recover.c 		*tail_blk = BLOCK_LSN(be64_to_cpu((*rhead)->h_tail_lsn));
tail_blk         1148 fs/xfs/xfs_log_recover.c 		if (*head_blk == *tail_blk) {
tail_blk         1156 fs/xfs/xfs_log_recover.c 	return xlog_verify_tail(log, *head_blk, tail_blk,
tail_blk         1188 fs/xfs/xfs_log_recover.c 	xfs_daddr_t		*tail_blk,
tail_blk         1249 fs/xfs/xfs_log_recover.c 			*tail_blk = after_umount_blk;
tail_blk         1309 fs/xfs/xfs_log_recover.c 	xfs_daddr_t		*tail_blk)
tail_blk         1336 fs/xfs/xfs_log_recover.c 			*tail_blk = 0;
tail_blk         1355 fs/xfs/xfs_log_recover.c 	*tail_blk = BLOCK_LSN(be64_to_cpu(rhead->h_tail_lsn));
tail_blk         1367 fs/xfs/xfs_log_recover.c 	error = xlog_check_unmount_rec(log, head_blk, tail_blk, rhead,
tail_blk         1385 fs/xfs/xfs_log_recover.c 		error = xlog_verify_head(log, head_blk, tail_blk, buffer,
tail_blk         1395 fs/xfs/xfs_log_recover.c 			error = xlog_check_unmount_rec(log, head_blk, tail_blk,
tail_blk         5233 fs/xfs/xfs_log_recover.c 	xfs_daddr_t		tail_blk,
tail_blk         5250 fs/xfs/xfs_log_recover.c 	ASSERT(head_blk != tail_blk);
tail_blk         5251 fs/xfs/xfs_log_recover.c 	blk_no = rhead_blk = tail_blk;
tail_blk         5270 fs/xfs/xfs_log_recover.c 		error = xlog_bread(log, tail_blk, 1, hbp, &offset);
tail_blk         5275 fs/xfs/xfs_log_recover.c 		error = xlog_valid_rec_header(log, rhead, tail_blk);
tail_blk         5329 fs/xfs/xfs_log_recover.c 	if (tail_blk > head_blk) {
tail_blk         5532 fs/xfs/xfs_log_recover.c 	xfs_daddr_t	tail_blk)
tail_blk         5536 fs/xfs/xfs_log_recover.c 	ASSERT(head_blk != tail_blk);
tail_blk         5548 fs/xfs/xfs_log_recover.c 	error = xlog_do_recovery_pass(log, head_blk, tail_blk,
tail_blk         5559 fs/xfs/xfs_log_recover.c 	error = xlog_do_recovery_pass(log, head_blk, tail_blk,
tail_blk         5583 fs/xfs/xfs_log_recover.c 	xfs_daddr_t	tail_blk)
tail_blk         5590 fs/xfs/xfs_log_recover.c 	trace_xfs_log_recover(log, head_blk, tail_blk);
tail_blk         5595 fs/xfs/xfs_log_recover.c 	error = xlog_do_log_recovery(log, head_blk, tail_blk);
tail_blk         5667 fs/xfs/xfs_log_recover.c 	xfs_daddr_t	head_blk, tail_blk;
tail_blk         5671 fs/xfs/xfs_log_recover.c 	error = xlog_find_tail(log, &head_blk, &tail_blk);
tail_blk         5684 fs/xfs/xfs_log_recover.c 	if (tail_blk != head_blk) {
tail_blk         5737 fs/xfs/xfs_log_recover.c 		error = xlog_do_recover(log, head_blk, tail_blk);