struct
structshfs__hdr__t
A sharefs filesystem inode header.
See
shfs_meta() group__libshare__fsmeta_1gadae3b920b9a82177c9ce7170d924a2ea member SHINODE_DIRECTORY group__libshare__fs_1ga62bf7e2ff7a06bc708680c35be8147cd member
variable
shkey_t shfs_hdr_t::name
A hashed reference of the inode.
variable
(t)
shkey_t shfs_hdr_t::owner
A hashed reference of the inode's owner id.
variable
(t)
shsize_t shfs_hdr_t::size
The total size of the data segment being referenced.
variable
(t)
shtime_t shfs_hdr_t::ctime
The time that the inode was created.
variable
(t)
shtime_t shfs_hdr_t::mtime
The last time this inode was written to.
variable
(t)
uint64_t shfs_hdr_t::crc
A crc checksum representation of the underlying data.
variable
(t)
shfs_attr_t shfs_hdr_t::attr
A bitvector specifying inode attributes.
variable
(t)
shfs_ino_type_t shfs_hdr_t::type
Type of inode.
See
SHINODE_FILE group__libshare__fs_1gaefe1cc3781ca42b779d0239528f68679 member
variable
(t)
shfs_ino_type_t shfs_hdr_t::format
Type of inode data contained.
variable
(t)
shfs_idx_t shfs_hdr_t::pos
Inode position in the partition.
variable
(t)
shfs_idx_t shfs_hdr_t::npos
The position of the next inode in a chain.
variable
(t)
shfs_idx_t shfs_hdr_t::fpos
The position of the first inode in a chain.
variable
(t)
uint16_t shfs_hdr_t::salt