Home
last modified time | relevance | path

Searched refs:squashfs_ipc_inode_header (Results 1 – 6 of 6) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h83 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))
Dsquashfs_fs.h319 struct squashfs_ipc_inode_header { struct
446 struct squashfs_ipc_inode_header ipc;
Dread_fs.c447 if(NO_INODE_BYTES(squashfs_ipc_inode_header)) in scan_inode_table()
452 cur_ptr += sizeof(struct squashfs_ipc_inode_header); in scan_inode_table()
463 if(NO_INODE_BYTES(squashfs_ipc_inode_header)) in scan_inode_table()
468 cur_ptr += sizeof(struct squashfs_ipc_inode_header); in scan_inode_table()
Dmksquashfs.c1222 struct squashfs_ipc_inode_header *ipc = &inode_header.ipc; in create_inode()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h264 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/
Dinode.c812 struct squashfs_ipc_inode_header *inodep = &id.ipc; in squashfs_iget()
813 struct squashfs_ipc_inode_header *sinodep = &sid.ipc; in squashfs_iget()