Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_9p_qid Struct Reference

file system entity information More...

Public Attributes

uint8_t type
 
uint32_t version
 
uint64_t path
 

Detailed Description

file system entity information

qids are /identifiers used by 9P servers to track file system entities. The type is used to differentiate semantics for operations on the entity (ie. read means something different on a directory than on a file). The path provides a server unique index for an entity (roughly analogous to an inode number), while the version is updated every time a file is modified and can be used to maintain cache coherency between clients and serves. Servers will often differentiate purely synthetic entities by setting their version to 0, signaling that they should never be cached and should be accessed synchronously.

See Also://plan9.bell-labs.com/magic/man2html/2/stat


The documentation for this struct was generated from the following file: