Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h151 SWAP_FUNC(16, s, d, inode_type, struct squashfs_lreg_inode_header);\
152 SWAP_FUNC(16, s, d, mode, struct squashfs_lreg_inode_header);\
153 SWAP_FUNC(16, s, d, uid, struct squashfs_lreg_inode_header);\
154 SWAP_FUNC(16, s, d, guid, struct squashfs_lreg_inode_header);\
155 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_lreg_inode_header);\
156 SWAP_FUNC(32, s, d, inode_number, struct squashfs_lreg_inode_header);\
157 SWAP_FUNC(64, s, d, start_block, struct squashfs_lreg_inode_header);\
158 SWAP_FUNC(64, s, d, file_size, struct squashfs_lreg_inode_header);\
159 SWAP_FUNC(64, s, d, sparse, struct squashfs_lreg_inode_header);\
160 SWAP_FUNC(32, s, d, nlink, struct squashfs_lreg_inode_header);\
[all …]
Dsquashfs_fs.h389 struct squashfs_lreg_inode_header { struct
443 struct squashfs_lreg_inode_header lreg;
Dread_fs.c297 struct squashfs_lreg_inode_header inode; in scan_inode_table()
302 if(NO_INODE_BYTES(squashfs_lreg_inode_header)) in scan_inode_table()
Dunsquash-4.c164 struct squashfs_lreg_inode_header *inode = &header.lreg; in read_inode_4()
Dmksquashfs.c1025 struct squashfs_lreg_inode_header *reg = &inode_header.lreg; in create_inode()
1026 size_t off = offsetof(struct squashfs_lreg_inode_header, block_list); in create_inode()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h291 struct squashfs_lreg_inode_header { struct
326 struct squashfs_lreg_inode_header lreg;
451 sizeof(struct squashfs_lreg_inode_header));\
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c610 struct squashfs_lreg_inode_header *inodep = &id.lreg; in squashfs_iget()
611 struct squashfs_lreg_inode_header *sinodep = &sid.lreg; in squashfs_iget()