Home | History | Annotate | Download | only in rpcsvc

Lines Matching refs:CLIENT

267 extern  void * nfsproc_null_2(void *, CLIENT *);
270 extern attrstat * nfsproc_getattr_2(nfs_fh *, CLIENT *);
273 extern attrstat * nfsproc_setattr_2(sattrargs *, CLIENT *);
276 extern void * nfsproc_root_2(void *, CLIENT *);
279 extern diropres * nfsproc_lookup_2(diropargs *, CLIENT *);
282 extern readlinkres * nfsproc_readlink_2(nfs_fh *, CLIENT *);
285 extern readres * nfsproc_read_2(readargs *, CLIENT *);
288 extern void * nfsproc_writecache_2(void *, CLIENT *);
291 extern attrstat * nfsproc_write_2(writeargs *, CLIENT *);
294 extern diropres * nfsproc_create_2(createargs *, CLIENT *);
297 extern nfsstat * nfsproc_remove_2(diropargs *, CLIENT *);
300 extern nfsstat * nfsproc_rename_2(renameargs *, CLIENT *);
303 extern nfsstat * nfsproc_link_2(linkargs *, CLIENT *);
306 extern nfsstat * nfsproc_symlink_2(symlinkargs *, CLIENT *);
309 extern diropres * nfsproc_mkdir_2(createargs *, CLIENT *);
312 extern nfsstat * nfsproc_rmdir_2(diropargs *, CLIENT *);
315 extern readdirres * nfsproc_readdir_2(readdirargs *, CLIENT *);
318 extern statfsres * nfsproc_statfs_2(nfs_fh *, CLIENT *);