/// version establishes the msize, which is the maximum message size inclusive of the size value that can be handled by both client and server.
/// walk is used to descend a directory represented by fid using successive path elements provided in the wname array. If successful, newfid represents the new path.
/// Under 9P2000.L, read cannot be used on directories. See [Treaddir](struct.Treaddir.html) for reading directories.
/// lcreate creates a new file name in the directory represented by fid and prepares it for I/O.
/// fsync flushes any cached data and metadata for the file represented by fid to stable storage.
/// link creates a new hard link name in the directory dfid that refers to the same file as fid.