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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Ddo_mounts_rd.c60 struct squashfs_super_block *squashfsb; local
73 squashfsb = (struct squashfs_super_block *) buf;
113 if (le32_to_cpu(squashfsb->s_magic) == SQUASHFS_MAGIC) {
117 nblocks = (le64_to_cpu(squashfsb->bytes_used) + BLOCK_SIZE - 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c400 struct squashfs_super_block *squashfsb; local
402 struct dummy_super_block *squashfsb; local
411 squashfsb = (void *) buf;
455 if (squashfsb->s_magic == SQUASHFS_MAGIC) {
562 struct squashfs_super_block *squashfsb; local
564 struct dummy_super_block *squashfsb; local
574 squashfsb = (void *) buf;
602 squashfsb = (void *)((unsigned char *)squashfsb + shift);
623 if (squashfsb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-brcm-hnd/
H A Dboard_ns.c562 struct squashfs_super_block *squashfsb; local
564 struct dummy_super_block *squashfsb; local
573 squashfsb = (void *) buf;
619 if (squashfsb->s_magic == SQUASHFS_MAGIC) {
635 struct squashfs_super_block *squashfsb; local
652 squashfsb = (struct squashfs_super_block *) buf;
951 struct dummy_super_block *squashfsb; local
966 squashfsb = (void *) buf;
991 squashfsb = (struct squashfs_super_block *)
992 ((unsigned char *)squashfsb
[all...]

Completed in 74 milliseconds