Searched refs:WRITE3res (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1542 struct WRITE3res { struct 1549 typedef struct WRITE3res WRITE3res; argument 2104 extern WRITE3res *nfsproc3_write_3(); 2145 extern bool_t xdr_WRITE3res(XDR *, WRITE3res *); 2202 extern void rfs3_write(WRITE3args *, WRITE3res *, struct exportinfo *,
|
H A D | nfs_log.h | 587 extern bool_t xdr_nfslog_WRITE3res(XDR *, WRITE3res *);
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 757 union WRITE3res switch (nfsstat3 status) { 1220 WRITE3res
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 358 static struct WRITE3res wres; in nd_get_reply()
|
H A D | nfs_log_xdr.c | 646 xdr_nfslog_WRITE3res(XDR *xdrs, WRITE3res *objp) in xdr_nfslog_WRITE3res()
|
H A D | nfs_server.c | 939 xdr_WRITE3res, NULL_xdrproc_t, sizeof (WRITE3res), 1288 WRITE3res nfs3_write_res;
|
H A D | nfs3_srv.c | 1255 rfs3_write(WRITE3args *args, WRITE3res *resp, struct exportinfo *exi, in rfs3_write() 1488 cred_t *, cr, vnode_t *, vp, WRITE3res *, resp); in rfs3_write()
|
H A D | nfs3_xdr.c | 1681 xdr_WRITE3res(XDR *xdrs, WRITE3res *objp) in xdr_WRITE3res()
|
H A D | nfs3_vnops.c | 1007 WRITE3res res; in nfs3write()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 338 sizeof (WRITE3args), xdr_WRITE3res, sizeof (WRITE3res)},
|