Searched defs:seg_entry (Results 1 – 2 of 2) sorted by relevance
194 struct seg_entry { struct195 unsigned int type:6; /* segment type like CURSEG_XXX_TYPE */196 unsigned int valid_blocks:10; /* # of valid blocks */197 unsigned int ckpt_valid_blocks:10; /* # of valid blocks last cp */198 unsigned int padding:6; /* padding */199 unsigned char *cur_valid_map; /* validity bitmap of blocks */201 unsigned char *cur_valid_map_mir; /* mirror of current valid bitmap */207 unsigned char *ckpt_valid_map; /* validity bitmap of blocks last cp */208 unsigned char *discard_map;209 unsigned long long mtime; /* modification time of the segment */
226 struct seg_entry { struct227 unsigned int type:6; /* segment type like CURSEG_XXX_TYPE */228 unsigned int valid_blocks:10; /* # of valid blocks */229 unsigned int ckpt_valid_blocks:10; /* # of valid blocks last cp */230 unsigned int padding:6; /* padding */231 unsigned char *cur_valid_map; /* validity bitmap of blocks */233 unsigned char *cur_valid_map_mir; /* mirror of current valid bitmap */239 unsigned char *ckpt_valid_map; /* validity bitmap of blocks last cp */240 unsigned char *discard_map;241 unsigned long long mtime; /* modification time of the segment */