Searched defs:content_info (Results 1 – 2 of 2) sorted by relevance
31 struct content_info { struct32 struct content_info *next; argument33 int type; /* File type (IH_TYPE_...) */34 const char *fname;
75 enum cachefiles_content content_info:8; /* Info about content presence */ member