Searched defs:shadow_map (Results 1 – 1 of 1) sorted by relevance
85 struct shadow_map { struct86 uint32_t blocks_per_band;/* size in blocks */87 uint32_t block_size;88 u_char * block_bitmap; /* 1 bit per block; 1=written */89 band_number_t * bands; /* band map array */90 uint32_t file_size_blocks; /* size of file in bands */91 uint32_t shadow_size_bands; /* size of shadow in bands */92 uint32_t next_band; /* next free band */93 uint32_t zeroth_band; /* special-case 0th band */