struct
structshstat
variable
()
uint32_t shstat::st_dev
A unique number representing the share-fs partition.
variable
()
uint32_t shstat::st_ino
A unique number representing the inode [in the partition].
variable
()
uint32_t shstat::st_mode
The type of inode (file, directory, etc) using unix-style stat() constants.
variable
uint64_t shstat::__reserved_0__
variable
()
uint64_t shstat::st_size
The total byte size of the underlying data content.
variable
()
uint64_t shstat::st_blksize
The block size used by the sharefs file-system.
variable
()
uint64_t shstat::st_blocks
The number of blocks (inodes) that compose the underlying data.
variable
()
uint64_t shstat::uid
A unique number representing the owner of the file.
variable
()
uint64_t shstat::__reserved_1__
variable
()
uint64_t shstat::crc
A unique checksum representing the inode and it's underlying data content.
variable
()
uint64_t shstat::__reserved_2__
variable
()
shtime_t shstat::ctime
The time when the inode was initially created.
variable
()
shtime_t shstat::mtime
The last time that the inode was modified.