Searched defs:dsw_bitmap_s (Results 1 – 1 of 1) sorted by relevance
184 typedef struct dsw_bitmap_s { struct185 spcs_s_info_t status;186 char shadow_vol[DSW_NAMELEN];187 unsigned char *shd_bitmap; /* pointer to shadow bitmap */188 uint64_t shd_size; /* size of shadow bitmap */189 uint64_t copy_size; /* size of copy bitmap */190 unsigned char *copy_bitmap; /* pointer to copy bitmap */