Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dsquashfs_compat.h490 struct squashfs_dir_inode_header_1 { struct
506 struct squashfs_dir_inode_header_1 dir; argument
516 typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; typedef
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h602 struct squashfs_dir_inode_header_1 { struct
603 unsigned int inode_type:4;
604 unsigned int mode:12; /* protection */
605 unsigned int uid:4; /* index into uid table */
606 unsigned int guid:4; /* index into guid table */
607 unsigned int file_size:19;
608 unsigned int offset:13;
609 unsigned int mtime;
610 unsigned int start_block:24;