Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h181 SWAP_FUNC(16, s, d, inode_type, struct squashfs_ldir_inode_header);\
182 SWAP_FUNC(16, s, d, mode, struct squashfs_ldir_inode_header);\
183 SWAP_FUNC(16, s, d, uid, struct squashfs_ldir_inode_header);\
184 SWAP_FUNC(16, s, d, guid, struct squashfs_ldir_inode_header);\
185 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_ldir_inode_header);\
186 SWAP_FUNC(32, s, d, inode_number, struct squashfs_ldir_inode_header);\
187 SWAP_FUNC(32, s, d, nlink, struct squashfs_ldir_inode_header);\
188 SWAP_FUNC(32, s, d, file_size, struct squashfs_ldir_inode_header);\
189 SWAP_FUNC(32, s, d, start_block, struct squashfs_ldir_inode_header);\
190 SWAP_FUNC(32, s, d, parent_inode, struct squashfs_ldir_inode_header);\
[all …]
Dsquashfs_fs.h420 struct squashfs_ldir_inode_header { struct
445 struct squashfs_ldir_inode_header ldir; argument
Dread_fs.c207 if(*root_inode_size < sizeof(struct squashfs_ldir_inode_header)) in scan_inode_table()
396 struct squashfs_ldir_inode_header dir_inode; in scan_inode_table()
399 if(NO_INODE_BYTES(squashfs_ldir_inode_header)) in scan_inode_table()
409 cur_ptr += sizeof(struct squashfs_ldir_inode_header); in scan_inode_table()
Dunsquash-4.c133 struct squashfs_ldir_inode_header *inode = &header.ldir; in read_inode_4()
Dmksquashfs.c1100 struct squashfs_ldir_inode_header *dir = &inode_header.ldir; in create_inode()
1119 p = inode + offsetof(struct squashfs_ldir_inode_header, index); in create_inode()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h310 struct squashfs_ldir_inode_header { struct
328 struct squashfs_ldir_inode_header ldir; argument
473 sizeof(struct squashfs_ldir_inode_header));\
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c698 struct squashfs_ldir_inode_header *inodep = &id.ldir; in squashfs_iget()
699 struct squashfs_ldir_inode_header *sinodep = &sid.ldir; in squashfs_iget()