Searched refs:nfswriteargs (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs.h | 464 struct nfswriteargs { struct 782 extern bool_t xdr_writeargs(XDR *, struct nfswriteargs *); 840 extern void rfs_write_sync(struct nfswriteargs *, struct nfsattrstat *, 842 extern void rfs_write(struct nfswriteargs *, struct nfsattrstat *, 844 extern void *rfs_write_getfh(struct nfswriteargs *);
|
H A D | nfs_log.h | 555 extern bool_t xdr_nfslog_writeargs(XDR *, struct nfswriteargs *);
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_srv.c | 918 rfs_write_sync(struct nfswriteargs *wa, struct nfsattrstat *ns, in rfs_write_sync() 1135 struct nfswriteargs *wa; 1168 rfs_write(struct nfswriteargs *wa, struct nfsattrstat *ns, in rfs_write() 1663 rfs_write_getfh(struct nfswriteargs *wa) in rfs_write_getfh()
|
H A D | nfs_log_xdr.c | 283 xdr_nfslog_writeargs(XDR *xdrs, struct nfswriteargs *objp) in xdr_nfslog_writeargs()
|
H A D | nfs_server.c | 768 xdr_writeargs, NULL_xdrproc_t, sizeof (struct nfswriteargs), 1099 struct nfswriteargs nfs2_write_args;
|
H A D | nfs_xdr.c | 124 xdr_writeargs(XDR *xdrs, struct nfswriteargs *wa) in xdr_writeargs()
|
H A D | nfs_vnops.c | 868 struct nfswriteargs wa; in nfswrite()
|