Home
last modified time | relevance | path

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

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