Searched defs:seg_entry (Results 1 – 1 of 1) sorted by relevance
192 struct seg_entry { struct193 unsigned int type:6; /* segment type like CURSEG_XXX_TYPE */194 unsigned int valid_blocks:10; /* # of valid blocks */195 unsigned int ckpt_valid_blocks:10; /* # of valid blocks last cp */196 unsigned int padding:6; /* padding */197 unsigned char *cur_valid_map; /* validity bitmap of blocks */199 unsigned char *cur_valid_map_mir; /* mirror of current valid bitmap */205 unsigned char *ckpt_valid_map; /* validity bitmap of blocks last cp */206 unsigned char *discard_map;207 unsigned long long mtime; /* modification time of the segment */