Home
last modified time | relevance | path

Searched refs:squashfs_reg_inode_header (Results 1 – 7 of 7) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h138 SWAP_FUNC(16, s, d, inode_type, struct squashfs_reg_inode_header);\
139 SWAP_FUNC(16, s, d, mode, struct squashfs_reg_inode_header);\
140 SWAP_FUNC(16, s, d, uid, struct squashfs_reg_inode_header);\
141 SWAP_FUNC(16, s, d, guid, struct squashfs_reg_inode_header);\
142 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_reg_inode_header);\
143 SWAP_FUNC(32, s, d, inode_number, struct squashfs_reg_inode_header);\
144 SWAP_FUNC(32, s, d, start_block, struct squashfs_reg_inode_header);\
145 SWAP_FUNC(32, s, d, fragment, struct squashfs_reg_inode_header);\
146 SWAP_FUNC(32, s, d, offset, struct squashfs_reg_inode_header);\
147 SWAP_FUNC(32, s, d, file_size, struct squashfs_reg_inode_header);\
[all …]
Dsquashfs_fs.h375 struct squashfs_reg_inode_header { struct
442 struct squashfs_reg_inode_header reg;
Dread_fs.c242 struct squashfs_reg_inode_header inode; in scan_inode_table()
247 if(NO_INODE_BYTES(squashfs_reg_inode_header)) in scan_inode_table()
Dunsquash-4.c144 struct squashfs_reg_inode_header *inode = &header.reg; in read_inode_4()
Dmksquashfs.c1024 struct squashfs_reg_inode_header *reg = &inode_header.reg; in create_inode()
1025 size_t off = offsetof(struct squashfs_reg_inode_header, block_list); in create_inode()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h282 struct squashfs_reg_inode_header { struct
325 struct squashfs_reg_inode_header reg;
441 sizeof(struct squashfs_reg_inode_header));\
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c557 struct squashfs_reg_inode_header *inodep = &id.reg; in squashfs_iget()
558 struct squashfs_reg_inode_header *sinodep = &sid.reg; in squashfs_iget()