Deleted Added
full compact
nfs.h (38894) nfs.h (44246)
1/*
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)nfs.h 8.4 (Berkeley) 5/1/95
1/*
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)nfs.h 8.4 (Berkeley) 5/1/95
37 * $Id: nfs.h,v 1.43 1998/08/23 03:07:16 wollman Exp $
37 * $Id: nfs.h,v 1.44 1998/09/07 05:42:15 bde Exp $
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef KERNEL
44#include "opt_nfs.h"
45#endif

--- 543 unchanged lines hidden (view full) ---

589int nfs_uninit __P((struct vfsconf *vfsp));
590int nfs_reply __P((struct nfsreq *));
591int nfs_getreq __P((struct nfsrv_descript *,struct nfsd *,int));
592int nfs_send __P((struct socket *, struct sockaddr *, struct mbuf *,
593 struct nfsreq *));
594int nfs_rephead __P((int, struct nfsrv_descript *, struct nfssvc_sock *,
595 int, int, u_quad_t *, struct mbuf **, struct mbuf **,
596 caddr_t *));
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef KERNEL
44#include "opt_nfs.h"
45#endif

--- 543 unchanged lines hidden (view full) ---

589int nfs_uninit __P((struct vfsconf *vfsp));
590int nfs_reply __P((struct nfsreq *));
591int nfs_getreq __P((struct nfsrv_descript *,struct nfsd *,int));
592int nfs_send __P((struct socket *, struct sockaddr *, struct mbuf *,
593 struct nfsreq *));
594int nfs_rephead __P((int, struct nfsrv_descript *, struct nfssvc_sock *,
595 int, int, u_quad_t *, struct mbuf **, struct mbuf **,
596 caddr_t *));
597int nfs_sndlock __P((int *, int *, struct nfsreq *));
598void nfs_sndunlock __P((int *, int *));
597int nfs_sndlock __P((struct nfsreq *));
598void nfs_sndunlock __P((struct nfsreq *));
599int nfs_slplock __P((struct nfssvc_sock *, int));
600void nfs_slpunlock __P((struct nfssvc_sock *));
599int nfs_disct __P((struct mbuf **, caddr_t *, int, int, caddr_t *));
600int nfs_vinvalbuf __P((struct vnode *, int, struct ucred *, struct proc *,
601 int));
602int nfs_readrpc __P((struct vnode *, struct uio *, struct ucred *));
603int nfs_writerpc __P((struct vnode *, struct uio *, struct ucred *, int *,
604 int *));
605int nfs_readdirrpc __P((struct vnode *, struct uio *, struct ucred *));
606int nfs_asyncio __P((struct buf *, struct ucred *));

--- 126 unchanged lines hidden ---
601int nfs_disct __P((struct mbuf **, caddr_t *, int, int, caddr_t *));
602int nfs_vinvalbuf __P((struct vnode *, int, struct ucred *, struct proc *,
603 int));
604int nfs_readrpc __P((struct vnode *, struct uio *, struct ucred *));
605int nfs_writerpc __P((struct vnode *, struct uio *, struct ucred *, int *,
606 int *));
607int nfs_readdirrpc __P((struct vnode *, struct uio *, struct ucred *));
608int nfs_asyncio __P((struct buf *, struct ucred *));

--- 126 unchanged lines hidden ---