EPOCH_YEAR        105 fs/udf/udftime.c 	if ((year < EPOCH_YEAR) ||
EPOCH_YEAR        106 fs/udf/udftime.c 	    (year >= EPOCH_YEAR + MAX_YEAR_SECONDS)) {
EPOCH_YEAR        109 fs/udf/udftime.c 	dest->tv_sec = year_seconds[year - EPOCH_YEAR];