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

  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 319 struct squashfs_ipc_inode_header { struct
446 struct squashfs_ipc_inode_header ipc;
squashfs_swap.h 83 SWAP_FUNC(16, s, d, inode_type, struct squashfs_ipc_inode_header);\
84 SWAP_FUNC(16, s, d, mode, struct squashfs_ipc_inode_header);\
85 SWAP_FUNC(16, s, d, uid, struct squashfs_ipc_inode_header);\
86 SWAP_FUNC(16, s, d, guid, struct squashfs_ipc_inode_header);\
87 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_ipc_inode_header);\
88 SWAP_FUNC(32, s, d, inode_number, struct squashfs_ipc_inode_header);\
89 SWAP_FUNC(32, s, d, nlink, struct squashfs_ipc_inode_header);\
353 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_ipc_inode_header))
read_fs.c 447 if(NO_INODE_BYTES(squashfs_ipc_inode_header))
452 cur_ptr += sizeof(struct squashfs_ipc_inode_header);
463 if(NO_INODE_BYTES(squashfs_ipc_inode_header))
468 cur_ptr += sizeof(struct squashfs_ipc_inode_header);
mksquashfs.c 1182 struct squashfs_ipc_inode_header *ipc = &inode_header.ipc;
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 264 struct squashfs_ipc_inode_header { struct
329 struct squashfs_ipc_inode_header ipc;
418 sizeof(struct squashfs_ipc_inode_header))\
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 812 struct squashfs_ipc_inode_header *inodep = &id.ipc;
813 struct squashfs_ipc_inode_header *sinodep = &sid.ipc;
    [all...]

Completed in 352 milliseconds