NORM_FILE
case NORM_FILE:
snprintf(data->filename, MAX_FILENAME_LEN, "%s%s", PREFIX, suffixes[NORM_FILE]);
data->backend = NORM_FILE;