]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/nfs.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / nfs / nfs.h
index 8458d63135ec4aa7fe29e155cc0838f27890db6a..b6da2fbaa99fad3caafe2f655154887e45612771 100644 (file)
@@ -871,7 +871,7 @@ void        nfs_sndunlock(struct nfsreq *);
 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 *);
@@ -931,7 +931,6 @@ int nfs_commit(vnode_t vp, u_quad_t offset, u_int32_t count,
                        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 *);