Searched refs:cramfs_super (Results 1 – 6 of 6) sorted by relevance
54 struct cramfs_super { struct
72 struct cramfs_super *cramfsb; in identify_ramdisk_image()85 cramfsb = (struct cramfs_super *) buf; in identify_ramdisk_image()
259 struct cramfs_super super; in cramfs_fill_super()331 ((root_offset != sizeof(struct cramfs_super)) && in cramfs_fill_super()332 (root_offset != 512 + sizeof(struct cramfs_super)))) in cramfs_fill_super()
17 <superblock>: struct cramfs_super (see cramfs_fs.h).
218 move.d [$r4], $r0 ; cramfs_super.magic
287 move.d [$r0 + 4], $r2 ; cramfs_super.size (again, no need to swapwb)