Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dsquashfs_compat.h612 struct squashfs_reg_inode_header_2 { struct
613 unsigned int inode_type:4;
614 unsigned int mode:12; /* protection */
615 unsigned int uid:8; /* index into uid table */
616 unsigned int guid:8; /* index into guid table */
617 int mtime;
618 unsigned int start_block;
619 unsigned int fragment;
620 unsigned int offset;
621 unsigned int file_size:32;
[all …]
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h708 struct squashfs_reg_inode_header_2 { struct
709 unsigned int inode_type:4;
710 unsigned int mode:12; /* protection */
711 unsigned int uid:8; /* index into uid table */
712 unsigned int guid:8; /* index into guid table */
713 unsigned int mtime;
714 unsigned int start_block;
715 unsigned int fragment;
716 unsigned int offset;
717 unsigned int file_size:32;
[all …]