Searched refs:file_size_blocks (Results 1 – 1 of 1) sorted by relevance
90 uint32_t file_size_blocks; /* size of file in bands */ member452 if (block_offset >= map->file_size_blocks in shadow_map_read()453 || (block_offset + block_count) > map->file_size_blocks) { in shadow_map_read()455 block_offset, block_count, map->file_size_blocks); in shadow_map_read()505 if (block_offset >= map->file_size_blocks in shadow_map_write()506 || (block_offset + block_count) > map->file_size_blocks) { in shadow_map_write()508 block_offset, block_count, map->file_size_blocks); in shadow_map_write()603 map->file_size_blocks = n_bands * map->blocks_per_band; in shadow_map_create()632 kfree_data(map->bands, (map->file_size_blocks / map->blocks_per_band) * sizeof(band_number_t)); in shadow_map_free()