Searched refs:squashfs_lipc_inode_header (Results 1 – 5 of 5) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 93 SWAP_FUNC(16, s, d, inode_type, struct squashfs_lipc_inode_header);\ 94 SWAP_FUNC(16, s, d, mode, struct squashfs_lipc_inode_header);\ 95 SWAP_FUNC(16, s, d, uid, struct squashfs_lipc_inode_header);\ 96 SWAP_FUNC(16, s, d, guid, struct squashfs_lipc_inode_header);\ 97 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_lipc_inode_header);\ 98 SWAP_FUNC(32, s, d, inode_number, struct squashfs_lipc_inode_header);\ 99 SWAP_FUNC(32, s, d, nlink, struct squashfs_lipc_inode_header);\ 100 SWAP_FUNC(32, s, d, xattr, struct squashfs_lipc_inode_header);\ 355 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_lipc_inode_header))
|
D | squashfs_fs.h | 329 struct squashfs_lipc_inode_header { struct 447 struct squashfs_lipc_inode_header lipc;
|
D | read_fs.c | 455 if(NO_INODE_BYTES(squashfs_lipc_inode_header)) in scan_inode_table() 460 cur_ptr += sizeof(struct squashfs_lipc_inode_header); in scan_inode_table() 471 if(NO_INODE_BYTES(squashfs_lipc_inode_header)) in scan_inode_table() 476 cur_ptr += sizeof(struct squashfs_lipc_inode_header); in scan_inode_table()
|
D | unsquash-4.c | 234 struct squashfs_lipc_inode_header *inode = &header.lipc; in read_inode_4()
|
D | mksquashfs.c | 1231 struct squashfs_lipc_inode_header *ipc = &inode_header.lipc; in create_inode()
|