libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
|
Common inode structure. More...
#include <inode.h>
Data Fields | |
sqfs_u16 | type |
An SQFS_INODE_TYPE value. | |
sqfs_u16 | mode |
Mode filed holding permission bits only. The type is derived from the type field. | |
sqfs_u16 | uid_idx |
An index into the ID table where the owner UID is located. | |
sqfs_u16 | gid_idx |
An index into the ID table where the owner GID is located. | |
sqfs_u32 | mod_time |
Last modifcation time. | |
sqfs_u32 | inode_number |
Unique inode number. | |
Common inode structure.
This structure holds the fields common for all inodes. Depending on the type field, a specific inode structure follows.
sqfs_u16 gid_idx |
sqfs_u32 mod_time |
sqfs_u16 mode |
Mode filed holding permission bits only. The type is derived from the type field.
This field holds a combination of SQFS_INODE_MODE flags.
sqfs_u16 type |
sqfs_u16 uid_idx |