struct
structshfs__ino__t
A sharefs filesystem inode.
variable
(t)
shfs_block_t shfs_ino_t::blk
A 2k block of data stored on the sharefs partition.
variable
(t)
shfs_t* shfs_ino_t::tree
The sharefs partition this inode is a part of.
variable
struct shfs_ino_t* shfs_ino_t::parent
The parent inode containing this inode.
Note
The root inode will have a parent of NULL. This variable is not saved as part of the fileystem inode.
variable
(t)
struct shfs_ino_t* shfs_ino_t::base
The root directory inode of the partition.
Note
The root inode is self-circular for the root inode. This variable is not saved as part of the fileystem inode.
variable
(t)
shmap_t* shfs_ino_t::cache
Inode entities that are contained inside this inode.
variable
(t)
shmap_t* shfs_ino_t::meta
Primary meta definitions associated with the inode.
variable
(t)
unsigned char* shfs_ino_t::pool
Type-specific allocated memory pool for inode.