Searched refs:block_file_name (Results 1 – 1 of 1) sorted by relevance
49 char block_file_name[J2B_MAX_PATH_LEN] = {0}; in struct_map_create() local58 snprintf(block_file_name, J2B_MAX_PATH_LEN, "%s.block", fpath); in struct_map_create()62 new_struct->block_file = fopen(block_file_name, "wb+"); in struct_map_create()