squashfsb          64 init/do_mounts_rd.c 	struct squashfs_super_block *squashfsb;
squashfsb          77 init/do_mounts_rd.c 	squashfsb = (struct squashfs_super_block *) buf;
squashfsb         117 init/do_mounts_rd.c 	if (le32_to_cpu(squashfsb->s_magic) == SQUASHFS_MAGIC) {
squashfsb         121 init/do_mounts_rd.c 		nblocks = (le64_to_cpu(squashfsb->bytes_used) + BLOCK_SIZE - 1)