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