Home
last modified time | relevance | path

Searched refs:content_info (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/tools/
H A Dimagetool.h31 struct content_info { struct
32 struct content_info *next; argument
74 struct content_info *content_head; /* List of files to include */
75 struct content_info *content_tail;
H A Dfit_image.c84 struct content_info *cont; in fit_calc_size()
193 struct content_info *cont; in fit_write_images()
279 struct content_info *cont; in fit_write_configs()
H A Dmkimage.c122 struct content_info *cont; in add_content()
/openbmc/linux/fs/cachefiles/
H A Dxattr.c60 buf->content = object->content_info; in cachefiles_set_object_xattr()
H A Dinterface.c417 object->content_info = CACHEFILES_CONTENT_NO_DATA; in cachefiles_invalidate_cookie()
H A Dinternal.h75 enum cachefiles_content content_info:8; /* Info about content presence */ member