first_iclog       907 fs/xfs/xfs_log.c 	xlog_in_core_t	 *first_iclog;
first_iclog       925 fs/xfs/xfs_log.c 	first_iclog = iclog = log->l_iclog;
first_iclog       932 fs/xfs/xfs_log.c 	} while (iclog != first_iclog);
first_iclog      2813 fs/xfs/xfs_log.c 	struct xlog_in_core	*first_iclog = log->l_iclog;
first_iclog      2814 fs/xfs/xfs_log.c 	struct xlog_in_core	*iclog = first_iclog;
first_iclog      2833 fs/xfs/xfs_log.c 	} while (first_iclog != iclog);
first_iclog      2846 fs/xfs/xfs_log.c 	struct xlog_in_core	*first_iclog;
first_iclog      2863 fs/xfs/xfs_log.c 		first_iclog = log->l_iclog;
first_iclog      2889 fs/xfs/xfs_log.c 		} while (first_iclog != iclog);