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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_rd.c58 struct squashfs_super_block *squashfsb; local
70 squashfsb = (struct squashfs_super_block *) buf;
109 if (squashfsb->s_magic == SQUASHFS_MAGIC ||
110 squashfsb->s_magic == SQUASHFS_MAGIC_LZMA) {
114 if (squashfsb->s_major < 3)
115 nblocks = (squashfsb->bytes_used_2+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
117 nblocks = (squashfsb->bytes_used+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c586 struct squashfs_super_block *squashfsb; local
594 squashfsb = (struct squashfs_super_block *) buf;
641 if (squashfsb->s_magic == SQUASHFS_MAGIC_LZMA) {
657 struct squashfs_super_block *squashfsb; local
666 squashfsb = (struct squashfs_super_block *) buf;
710 if (squashfsb->s_magic == SQUASHFS_MAGIC_LZMA) {
778 struct squashfs_super_block *squashfsb; local
793 squashfsb = (struct squashfs_super_block *) buf;
818 squashfsb = (struct squashfs_super_block *)
819 ((unsigned char *)squashfsb
[all...]

Completed in 91 milliseconds