Home
last modified time | relevance | path

Searched defs:squashfs_reg_inode_header_1 (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dsquashfs_compat.h479 struct squashfs_reg_inode_header_1 { struct
480 unsigned int inode_type:4;
481 unsigned int mode:12; /* protection */
505 struct squashfs_reg_inode_header_1 reg; argument
515 typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; typedef
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h591 struct squashfs_reg_inode_header_1 { struct
592 unsigned int inode_type:4;
593 unsigned int mode:12; /* protection */
594 unsigned int uid:4; /* index into uid table */
595 unsigned int guid:4; /* index into guid table */
596 unsigned int mtime;
597 unsigned int start_block;
598 unsigned int file_size:32;
599 unsigned short block_list[0];