Searched refs:root_offset (Results 1 – 1 of 1) sorted by relevance
513 unsigned long root_offset; in cramfs_read_super() local562 root_offset = super->root.offset << 2; in cramfs_read_super()574 if (root_offset == 0) in cramfs_read_super()577 ((root_offset != sizeof(struct cramfs_super)) && in cramfs_read_super()578 (root_offset != 512 + sizeof(struct cramfs_super)))) in cramfs_read_super()580 errorfc(fc, "bad root offset %lu", root_offset); in cramfs_read_super()
Completed in 20 milliseconds