Home
last modified time | relevance | path

Searched refs:squashfs_ldev_inode_header (Results 1 – 5 of 5) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h115 SWAP_FUNC(16, s, d, inode_type, struct squashfs_ldev_inode_header);\
116 SWAP_FUNC(16, s, d, mode, struct squashfs_ldev_inode_header);\
117 SWAP_FUNC(16, s, d, uid, struct squashfs_ldev_inode_header);\
118 SWAP_FUNC(16, s, d, guid, struct squashfs_ldev_inode_header);\
119 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_ldev_inode_header);\
120 SWAP_FUNC(32, s, d, inode_number, struct squashfs_ldev_inode_header);\
121 SWAP_FUNC(32, s, d, nlink, struct squashfs_ldev_inode_header);\
122 SWAP_FUNC(32, s, d, rdev, struct squashfs_ldev_inode_header);\
123 SWAP_FUNC(32, s, d, xattr, struct squashfs_ldev_inode_header);\
359 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_ldev_inode_header))
Dsquashfs_fs.h351 struct squashfs_ldev_inode_header { struct
440 struct squashfs_ldev_inode_header ldev;
Dread_fs.c439 if(NO_INODE_BYTES(squashfs_ldev_inode_header)) in scan_inode_table()
444 cur_ptr += sizeof(struct squashfs_ldev_inode_header); in scan_inode_table()
Dunsquash-4.c219 struct squashfs_ldev_inode_header *inode = &header.ldev; in read_inode_4()
Dmksquashfs.c1169 struct squashfs_ldev_inode_header *dev = &inode_header.ldev; in create_inode()