Searched refs:root_offset (Results 1 - 1 of 1) sorted by relevance

/u-boot/fs/cramfs/
H A Dcramfs.c57 unsigned long root_offset; local
87 root_offset = CRAMFS_GET_OFFSET (&(super.root)) << 2;
88 if (root_offset == 0) {
91 ((root_offset != sizeof (struct cramfs_super)) &&
92 (root_offset != 512 + sizeof (struct cramfs_super)))) {
93 printf ("cramfs: bad root offset %lu\n", root_offset);

Completed in 112 milliseconds