Lines Matching full:version
87 def v9fs_version(self, tag, id, msize, version): argument
88 print("TVERSION (tag =", tag, ", msize =", msize, ", version =", version, ")")
90 def v9fs_version_return(self, tag, id, msize, version): argument
91 print("RVERSION (tag =", tag, ", msize =", msize, ", version =", version, ")")
96 def v9fs_attach_return(self, tag, id, type, version, path): argument
97 …print("RATTACH (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "})")
120 def v9fs_open_return(self, tag, id, type, version, path, iounit): argument
121 …print("ROPEN (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "}, i…
126 def v9fs_lcreate_return(self, tag, id, type, version, path, iounit): argument
127 …print("RLCREATE (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "}…
156 def v9fs_create_return(self, tag, id, type, version, path, iounit): argument
157 …print("RCREATE (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "},…
162 def v9fs_symlink_return(self, tag, id, type, version, path): argument
163 …print("RSYMLINK (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "}…
195 def v9fs_mkdir_return(self, tag, id, type, version, path, err): argument
196 …print("RMKDIR (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "}, …