Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c52 static int cramfs_uncompress (unsigned long begin, unsigned long offset,
107 if (!link || cramfs_uncompress (begin, offset, (unsigned long)link) != size) { in cramfs_uncompress_link()
207 static int cramfs_uncompress (unsigned long begin, unsigned long offset, in cramfs_uncompress() function
252 return cramfs_uncompress (PART_OFFSET(info), offset, in cramfs_load()