HomeSort by relevance Sort by last modified time
    Searched refs:squashfs_symlink_inode_header (Results 1 - 7 of 7) sorted by null

  /external/squashfs-tools/squashfs-tools/
squashfs_swap.h 127 SWAP_FUNC(16, s, d, inode_type, struct squashfs_symlink_inode_header);\
128 SWAP_FUNC(16, s, d, mode, struct squashfs_symlink_inode_header);\
129 SWAP_FUNC(16, s, d, uid, struct squashfs_symlink_inode_header);\
130 SWAP_FUNC(16, s, d, guid, struct squashfs_symlink_inode_header);\
131 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_symlink_inode_header);\
132 SWAP_FUNC(32, s, d, inode_number, struct squashfs_symlink_inode_header);\
133 SWAP_FUNC(32, s, d, nlink, struct squashfs_symlink_inode_header);\
134 SWAP_FUNC(32, s, d, symlink_size, struct squashfs_symlink_inode_header);\
361 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_symlink_inode_header))
squashfs_fs.h 363 struct squashfs_symlink_inode_header { struct
441 struct squashfs_symlink_inode_header symlink;
unsquash-4.c 185 struct squashfs_symlink_inode_header *inode = &header.symlink;
194 sizeof(struct squashfs_symlink_inode_header),
201 sizeof(struct squashfs_symlink_inode_header) +
read_fs.c 354 struct squashfs_symlink_inode_header inode;
356 if(NO_INODE_BYTES(squashfs_symlink_inode_header))
mksquashfs.c 1112 struct squashfs_symlink_inode_header *symlink = &inode_header.symlink;
1114 size_t off = offsetof(struct squashfs_symlink_inode_header, symlink);
1125 struct squashfs_symlink_inode_header *symlink = &inode_header.symlink;
1127 size_t off = offsetof(struct squashfs_symlink_inode_header, symlink);
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 275 struct squashfs_symlink_inode_header { struct
324 struct squashfs_symlink_inode_header symlink;
433 sizeof(struct squashfs_symlink_inode_header));\
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 740 struct squashfs_symlink_inode_header *inodep =
742 struct squashfs_symlink_inode_header *sinodep =
    [all...]

Completed in 197 milliseconds