Home
last modified time | relevance | path

Searched refs:LINK3res (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1866 struct LINK3res { struct
1873 typedef struct LINK3res LINK3res; argument
2189 extern LINK3res *nfsproc3_link_3();
2237 extern bool_t xdr_LINK3res(XDR *, LINK3res *);
2303 extern void rfs3_link(LINK3args *, LINK3res *, struct exportinfo *,
H A Dnfs_log.h604 extern bool_t xdr_nfslog_LINK3res(XDR *, LINK3res *);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x983 union LINK3res switch (nfsstat3 status) {
1241 LINK3res
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c304 sizeof (LINK3args), xdr_LINK3res, sizeof (LINK3res)},
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c770 xdr_nfslog_LINK3res(XDR *xdrs, LINK3res *objp) in xdr_nfslog_LINK3res()
H A Dnfs_server.c995 xdr_LINK3res, NULL_xdrproc_t, sizeof (LINK3res),
1328 LINK3res nfs3_link_res;
H A Dnfs3_srv.c2969 rfs3_link(LINK3args *args, LINK3res *resp, struct exportinfo *exi, in rfs3_link()
3110 LINK3res *, resp); in rfs3_link()
3128 LINK3res *, resp); in rfs3_link()
H A Dnfs3_xdr.c1949 xdr_LINK3res(XDR *xdrs, LINK3res *objp) in xdr_LINK3res()
H A Dnfs3_vnops.c2981 LINK3res res; in nfs3_link()