Home
last modified time | relevance | path

Searched defs:cbfs_cachenode (Results 1 – 1 of 1) sorted by relevance

/include/
A Dcbfs.h166 struct cbfs_cachenode { struct
167 struct cbfs_cachenode *next; argument
168 void *data;
169 char *name;
170 u32 type;
171 u32 data_length;
172 u32 name_length;
173 u32 attr_offset;
174 u32 comp_algo;
175 u32 decomp_size;

Completed in 7 milliseconds