pcache_segment_info
struct pcache_segment_info *prev_seg_info;
struct pcache_segment_info cache_seg_info;
struct pcache_segment_info *seg_info_addr;
struct pcache_segment_info *seg_info_addr;
struct pcache_segment_info *seg_info = &cache_seg->cache_seg_info;
seg_info->header.crc = pcache_meta_crc(&seg_info->header, sizeof(struct pcache_segment_info));
memcpy_flushcache(seg_info_addr, seg_info, sizeof(struct pcache_segment_info));
struct pcache_segment_info *cache_seg_info_addr_base, *cache_seg_info_addr;
sizeof(struct pcache_segment_info),
static inline struct pcache_segment_info *get_seg_info_addr(struct pcache_cache_segment *cache_seg)
static inline bool segment_info_has_next(struct pcache_segment_info *seg_info)
static inline void segment_info_set_type(struct pcache_segment_info *seg_info, u8 type)
static inline u8 segment_info_get_type(struct pcache_segment_info *seg_info)
struct pcache_segment_info *seg_info;
struct pcache_segment_info *seg_info;