int nfs_vinvalbuf(vnode_t, int, struct ucred *, proc_t, int);
int nfs_buf_page_inval(vnode_t vp, off_t offset);
int nfs_readrpc(vnode_t, struct uio *, struct ucred *, proc_t);
-int nfs_writerpc(vnode_t, struct uio *, struct ucred *, proc_t, int *, int *);
+int nfs_writerpc(vnode_t, struct uio *, struct ucred *, proc_t, int *, uint64_t *);
int nfs_readdirrpc(vnode_t, struct uio *, struct ucred *, proc_t);
int nfs_readdirplusrpc(vnode_t, struct uio *, struct ucred *, proc_t);
int nfs_asyncio(struct nfsbuf *, struct ucred *);
struct ucred *cred, proc_t procp);
int nfs_flushcommits(vnode_t, proc_t, int);
int nfs_flush(vnode_t,int,struct ucred *,proc_t,int);
-void nfs_clearcommit(mount_t);
int nfsrv_errmap(struct nfsrv_descript *, int);
void nfsrvw_sort(gid_t *, int);
void nfsrv_setcred(struct ucred *, struct ucred *);