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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dunsquashfs.c525 squashfs_base_inode_header sinode; local
526 memcpy(&sinode, block_ptr, sizeof(header.base));
527 SQUASHFS_SWAP_BASE_INODE_HEADER(&header.base, &sinode, sizeof(squashfs_base_inode_header));
553 squashfs_reg_inode_header sinode; local
554 memcpy(&sinode, block_ptr, sizeof(sinode));
555 SQUASHFS_SWAP_REG_INODE_HEADER(inode, &sinode);
586 squashfs_lreg_inode_header sinode; local
587 memcpy(&sinode, block_ptr, sizeof(sinode));
729 squashfs_base_inode_header_2 sinode; local
744 squashfs_reg_inode_header_2 sinode; local
929 squashfs_dir_inode_header sinode; local
943 squashfs_ldir_inode_header sinode; local
1048 squashfs_dir_inode_header_2 sinode; local
1062 squashfs_ldir_inode_header_2 sinode; local
[all...]
H A Dread_fs.c158 squashfs_base_inode_header sinode; local
159 memcpy(&sinode, *inode_table + bytes, sizeof(dir_inode->base));
160 SQUASHFS_SWAP_BASE_INODE_HEADER(&dir_inode->base, &sinode, sizeof(squashfs_base_inode_header));
165 squashfs_dir_inode_header sinode; local
166 memcpy(&sinode, *inode_table + bytes, sizeof(dir_inode->dir));
167 SQUASHFS_SWAP_DIR_INODE_HEADER(&dir_inode->dir, &sinode);
173 squashfs_ldir_inode_header sinode; local
174 memcpy(&sinode, *inode_table + bytes, sizeof(dir_inode->ldir));
175 SQUASHFS_SWAP_LDIR_INODE_HEADER(&dir_inode->ldir, &sinode);
183 squashfs_reg_inode_header sinode; local
291 squashfs_dir_inode_header sinode; local
307 squashfs_ldir_inode_header sinode; local
559 squashfs_inode_t sinode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c604 squashfs_inode_t sinode; local
606 if (!squashfs_get_cached_block(s, (char *) &sinode, start, offset,
607 sizeof(sinode), &start, &offset))
609 SQUASHFS_SWAP_INODE_T((&inode), &sinode);

Completed in 52 milliseconds