Searched refs:block_file (Results 1 – 2 of 2) sorted by relevance
62 new_struct->block_file = fopen(block_file_name, "wb+"); in struct_map_create()64 if (!new_struct->file || !new_struct->map_file || !new_struct->block_file) { in struct_map_create()78 if (new_struct->block_file) in struct_map_create()79 fclose(new_struct->block_file); in struct_map_create()120 fwrite(data, 1, len, struct_map->block_file); in struct_map_record()143 if (struct_map->block_file) in struct_map_close()144 fclose(struct_map->block_file); in struct_map_close()
200 FILE *block_file; member