Searched refs:squashfs_ipc_inode_header (Results 1 – 6 of 6) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | 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))
|
D | squashfs_fs.h | 319 struct squashfs_ipc_inode_header { struct 446 struct squashfs_ipc_inode_header ipc;
|
D | read_fs.c | 447 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()
|
D | mksquashfs.c | 1222 struct squashfs_ipc_inode_header *ipc = &inode_header.ipc; in create_inode()
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | 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/ |
D | inode.c | 812 struct squashfs_ipc_inode_header *inodep = &id.ipc; in squashfs_iget() 813 struct squashfs_ipc_inode_header *sinodep = &sid.ipc; in squashfs_iget()
|