Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h104 SWAP_FUNC(16, s, d, inode_type, struct squashfs_dev_inode_header);\
105 SWAP_FUNC(16, s, d, mode, struct squashfs_dev_inode_header);\
106 SWAP_FUNC(16, s, d, uid, struct squashfs_dev_inode_header);\
107 SWAP_FUNC(16, s, d, guid, struct squashfs_dev_inode_header);\
108 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_dev_inode_header);\
109 SWAP_FUNC(32, s, d, inode_number, struct squashfs_dev_inode_header);\
110 SWAP_FUNC(32, s, d, nlink, struct squashfs_dev_inode_header);\
111 SWAP_FUNC(32, s, d, rdev, struct squashfs_dev_inode_header);\
357 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_dev_inode_header))
Dsquashfs_fs.h340 struct squashfs_dev_inode_header { struct
439 struct squashfs_dev_inode_header dev;
Dread_fs.c430 if(NO_INODE_BYTES(squashfs_dev_inode_header)) in scan_inode_table()
435 cur_ptr += sizeof(struct squashfs_dev_inode_header); in scan_inode_table()
Dunsquash-4.c209 struct squashfs_dev_inode_header *inode = &header.dev; in read_inode_4()
Dmksquashfs.c1145 struct squashfs_dev_inode_header *dev = &inode_header.dev; in create_inode()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h269 struct squashfs_dev_inode_header { struct
323 struct squashfs_dev_inode_header dev;
425 sizeof(struct squashfs_dev_inode_header)); \
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c779 struct squashfs_dev_inode_header *inodep = &id.dev; in squashfs_iget()
780 struct squashfs_dev_inode_header *sinodep = &sid.dev; in squashfs_iget()