Searched defs:dsw_segment_s (Results 1 – 1 of 1) sorted by relevance
168 typedef struct dsw_segment_s { struct169 spcs_s_info_t status;170 char shadow_vol[DSW_NAMELEN];171 unsigned seg_number; /* 32KB Segment number to start at */172 unsigned char *shd_bitmap; /* pointer to shadow bitmap */173 int shd_size; /* size of shadow bitmap */174 unsigned char *cpy_bitmap; /* pointer to copy bitmap */175 int cpy_size; /* size of copy bitmap */176 unsigned char *idx_bitmap; /* pointer to index table */177 int idx_size; /* size of index table */