Searched refs:inodep (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dsquashfs2_0.c177 struct squashfs_reg_inode_header_2 *inodep = &id.reg; local
188 SQUASHFS_SWAP_REG_INODE_HEADER_2(inodep, sinodep);
191 inodep, block, offset,
192 sizeof(*inodep), &next_block,
197 if (inodep->fragment != SQUASHFS_INVALID_FRAG &&
199 inodep->fragment, &frag_blk, &frag_size))
202 i->i_size = inodep->file_size;
205 i->i_mtime.tv_sec = inodep->mtime;
206 i->i_atime.tv_sec = inodep->mtime;
207 i->i_ctime.tv_sec = inodep
228 struct squashfs_dir_inode_header_2 *inodep = &id.dir; local
264 struct squashfs_ldir_inode_header_2 *inodep = &id.ldir; local
305 struct squashfs_symlink_inode_header_2 *inodep = local
340 struct squashfs_dev_inode_header_2 *inodep = &id.dev; local
[all...]
H A Dinode.c708 struct squashfs_reg_inode_header *inodep = &id.reg; local
717 SQUASHFS_SWAP_REG_INODE_HEADER(inodep, sinodep);
720 inodep, block, offset,
721 sizeof(*inodep), &next_block,
726 if (inodep->fragment != SQUASHFS_INVALID_FRAG &&
728 inodep->fragment, &frag_blk, &frag_size))
732 i->i_size = inodep->file_size;
738 SQUASHFS_I(i)->u.s1.fragment_offset = inodep->offset;
739 SQUASHFS_I(i)->start_block = inodep->start_block;
750 inodep
757 struct squashfs_lreg_inode_header *inodep = &id.lreg; local
804 struct squashfs_dir_inode_header *inodep = &id.dir; local
838 struct squashfs_ldir_inode_header *inodep = &id.ldir; local
877 struct squashfs_symlink_inode_header *inodep = local
913 struct squashfs_dev_inode_header *inodep = &id.dev; local
944 struct squashfs_ipc_inode_header *inodep = &id.ipc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dunsquashfs.c612 squashfs_symlink_inode_header *inodep = &header.symlink; local
618 SQUASHFS_SWAP_SYMLINK_INODE_HEADER(inodep, &sinodep);
620 memcpy(inodep, block_ptr, sizeof(*inodep));
622 TRACE("create_inode: symlink, symlink_size %d\n", inodep->symlink_size);
624 strncpy(name, block_ptr + sizeof(squashfs_symlink_inode_header), inodep->symlink_size);
625 name[inodep->symlink_size] = '\0';
637 uid_t uid_value = (uid_t) uid_table[inodep->uid];
638 uid_t guid_value = inodep->guid ==
640 guid_table[inodep
651 squashfs_dev_inode_header *inodep = &header.dev; local
770 squashfs_symlink_inode_header_2 *inodep = &header.symlink; local
809 squashfs_dev_inode_header_2 *inodep = &header.dev; local
[all...]
H A Dread_fs.c275 squashfs_symlink_inode_header inodep; local
280 SQUASHFS_SWAP_SYMLINK_INODE_HEADER(&inodep, &sinodep);
282 memcpy(&inodep, cur_ptr, sizeof(inodep));
284 cur_ptr += sizeof(inodep) + inodep.symlink_size;
H A Dmksquashfs.c860 squashfs_reg_inode_header *reg = &inode_header.reg, *inodep; local
863 inodep = (squashfs_reg_inode_header *) inode;
869 memcpy(inodep, reg, sizeof(*reg));
870 memcpy(inodep->block_list, block_list, offset * sizeof(unsigned int));
872 SQUASHFS_SWAP_REG_INODE_HEADER(reg, inodep);
873 SQUASHFS_SWAP_INTS(block_list, inodep->block_list, offset);
882 squashfs_lreg_inode_header *reg = &inode_header.lreg, *inodep; local
885 inodep = (squashfs_lreg_inode_header *) inode;
892 memcpy(inodep, reg, sizeof(*reg));
893 memcpy(inodep
906 squashfs_ldir_inode_header *dir = &inode_header.ldir, *inodep; local
970 squashfs_symlink_inode_header *symlink = &inode_header.symlink, *inodep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dnwflash.c98 static int flash_ioctl(struct inode *inodep, struct file *filep, unsigned int cmd, unsigned long arg) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c200 struct inode *inodep; local
255 inodep = vn_to_inode(vpp);
259 *inode = inodep;

Completed in 106 milliseconds