Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dsquashfs_compat.h625 struct squashfs_dir_inode_header_2 { struct
626 unsigned int inode_type:4;
627 unsigned int mode:12; /* protection */
628 unsigned int uid:8; /* index into uid table */
629 unsigned int guid:8; /* index into guid table */
630 unsigned int file_size:19;
654 struct squashfs_dir_inode_header_2 dir; argument
683 typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; typedef
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h721 struct squashfs_dir_inode_header_2 { struct
722 unsigned int inode_type:4;
723 unsigned int mode:12; /* protection */
724 unsigned int uid:8; /* index into uid table */
725 unsigned int guid:8; /* index into guid table */
726 unsigned int file_size:19;
750 struct squashfs_dir_inode_header_2 dir; argument