HomeSort by relevance Sort by last modified time
    Searched refs:squashfs_ldir_inode_header (Results 1 - 7 of 7) sorted by null

  /external/squashfs-tools/squashfs-tools/
squashfs_swap.h 181 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...]
squashfs_fs.h 420 struct squashfs_ldir_inode_header { struct
445 struct squashfs_ldir_inode_header ldir;
read_fs.c 207 if(*root_inode_size < sizeof(struct squashfs_ldir_inode_header))
396 struct squashfs_ldir_inode_header dir_inode;
399 if(NO_INODE_BYTES(squashfs_ldir_inode_header))
409 cur_ptr += sizeof(struct squashfs_ldir_inode_header);
unsquash-4.c 133 struct squashfs_ldir_inode_header *inode = &header.ldir;
mksquashfs.c 1018 struct squashfs_ldir_inode_header *dir = &inode_header.ldir;
1037 p = inode + offsetof(struct squashfs_ldir_inode_header, index);
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 310 struct squashfs_ldir_inode_header { struct
328 struct squashfs_ldir_inode_header ldir;
473 sizeof(struct squashfs_ldir_inode_header));\
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 698 struct squashfs_ldir_inode_header *inodep = &id.ldir;
699 struct squashfs_ldir_inode_header *sinodep = &sid.ldir;
    [all...]

Completed in 65 milliseconds