XLOG_STATE_ACTIVE  880 fs/xfs/xfs_log.c 	case XLOG_STATE_ACTIVE:
XLOG_STATE_ACTIVE  928 fs/xfs/xfs_log.c 			ASSERT(iclog->ic_state & XLOG_STATE_ACTIVE);
XLOG_STATE_ACTIVE  960 fs/xfs/xfs_log.c 		if ( ! (   iclog->ic_state == XLOG_STATE_ACTIVE
XLOG_STATE_ACTIVE 1463 fs/xfs/xfs_log.c 		iclog->ic_state = XLOG_STATE_ACTIVE;
XLOG_STATE_ACTIVE 2560 fs/xfs/xfs_log.c 			iclog->ic_state	= XLOG_STATE_ACTIVE;
XLOG_STATE_ACTIVE 2587 fs/xfs/xfs_log.c 		} else if (iclog->ic_state == XLOG_STATE_ACTIVE)
XLOG_STATE_ACTIVE 2644 fs/xfs/xfs_log.c 		if (iclog->ic_state & (XLOG_STATE_ACTIVE | XLOG_STATE_DIRTY))
XLOG_STATE_ACTIVE 2711 fs/xfs/xfs_log.c 	if (iclog->ic_state & (XLOG_STATE_ACTIVE | XLOG_STATE_DIRTY))
XLOG_STATE_ACTIVE 2905 fs/xfs/xfs_log.c 	if (log->l_iclog->ic_state & (XLOG_STATE_ACTIVE|XLOG_STATE_IOERROR))
XLOG_STATE_ACTIVE 2998 fs/xfs/xfs_log.c 	if (iclog->ic_state != XLOG_STATE_ACTIVE) {
XLOG_STATE_ACTIVE 3192 fs/xfs/xfs_log.c 	ASSERT(iclog->ic_state == XLOG_STATE_ACTIVE ||
XLOG_STATE_ACTIVE 3232 fs/xfs/xfs_log.c 	ASSERT(iclog->ic_state == XLOG_STATE_ACTIVE);
XLOG_STATE_ACTIVE 3316 fs/xfs/xfs_log.c 	    (iclog->ic_state == XLOG_STATE_ACTIVE &&
XLOG_STATE_ACTIVE 3327 fs/xfs/xfs_log.c 		if (iclog->ic_state == XLOG_STATE_ACTIVE ||
XLOG_STATE_ACTIVE 3330 fs/xfs/xfs_log.c 	} else if (iclog->ic_state == XLOG_STATE_ACTIVE) {
XLOG_STATE_ACTIVE 3413 fs/xfs/xfs_log.c 	if (iclog->ic_state == XLOG_STATE_ACTIVE) {
XLOG_STATE_ACTIVE 3451 fs/xfs/xfs_log.c 	    (iclog->ic_state & (XLOG_STATE_ACTIVE | XLOG_STATE_DIRTY)))
XLOG_STATE_ACTIVE 3519 fs/xfs/xfs_log.c 	if (iclog->ic_state == XLOG_STATE_ACTIVE) {
XLOG_STATE_ACTIVE  854 fs/xfs/xfs_log_cil.c 	ASSERT_ALWAYS(commit_iclog->ic_state == XLOG_STATE_ACTIVE ||