Lines Matching defs:id

84         def v9fs_rerror(self, tag, id, err):  argument
87 def v9fs_version(self, tag, id, msize, version): argument
90 def v9fs_version_return(self, tag, id, msize, version): argument
93 def v9fs_attach(self, tag, id, fid, afid, uname, aname): argument
96 def v9fs_attach_return(self, tag, id, type, version, path): argument
99 def v9fs_stat(self, tag, id, fid): argument
102 def v9fs_stat_return(self, tag, id, mode, atime, mtime, length): argument
105 def v9fs_getattr(self, tag, id, fid, request_mask): argument
108 def v9fs_getattr_return(self, tag, id, result_mask, mode, uid, gid): argument
111 def v9fs_walk(self, tag, id, fid, newfid, nwnames): argument
114 def v9fs_walk_return(self, tag, id, nwnames, qids): argument
117 def v9fs_open(self, tag, id, fid, mode): argument
120 def v9fs_open_return(self, tag, id, type, version, path, iounit): argument
123 def v9fs_lcreate(self, tag, id, dfid, flags, mode, gid): argument
126 def v9fs_lcreate_return(self, tag, id, type, version, path, iounit): argument
129 def v9fs_fsync(self, tag, id, fid, datasync): argument
132 def v9fs_clunk(self, tag, id, fid): argument
135 def v9fs_read(self, tag, id, fid, off, max_count): argument
138 def v9fs_read_return(self, tag, id, count, err): argument
141 def v9fs_readdir(self, tag, id, fid, offset, max_count): argument
144 def v9fs_readdir_return(self, tag, id, count, retval): argument
147 def v9fs_write(self, tag, id, fid, off, count, cnt): argument
150 def v9fs_write_return(self, tag, id, total, err): argument
153 def v9fs_create(self, tag, id, fid, name, perm, mode): argument
156 def v9fs_create_return(self, tag, id, type, version, path, iounit): argument
159 def v9fs_symlink(self, tag, id, fid, name, symname, gid): argument
162 def v9fs_symlink_return(self, tag, id, type, version, path): argument
165 def v9fs_flush(self, tag, id, flush_tag): argument
168 def v9fs_link(self, tag, id, dfid, oldfid, name): argument
171 def v9fs_remove(self, tag, id, fid): argument
174 def v9fs_wstat(self, tag, id, fid, mode, atime, mtime): argument
177 def v9fs_mknod(self, tag, id, fid, mode, major, minor): argument
180 def v9fs_lock(self, tag, id, fid, type, start, length): argument
183 def v9fs_lock_return(self, tag, id, status): argument
186 def v9fs_getlock(self, tag, id, fid, type, start, length): argument
189 def v9fs_getlock_return(self, tag, id, type, start, length, proc_id): argument
192 def v9fs_mkdir(self, tag, id, fid, name, mode, gid): argument
195 def v9fs_mkdir_return(self, tag, id, type, version, path, err): argument
198 def v9fs_xattrwalk(self, tag, id, fid, newfid, name): argument
201 def v9fs_xattrwalk_return(self, tag, id, size): argument
204 def v9fs_xattrcreate(self, tag, id, fid, name, size, flags): argument
207 def v9fs_readlink(self, tag, id, fid): argument
210 def v9fs_readlink_return(self, tag, id, target): argument