Deleted Added
full compact
nfsargs.h (46349) nfsargs.h (46580)
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.45 1999/02/25 00:03:50 peter Exp $
37 * $Id: nfs.h,v 1.46 1999/05/02 23:56:23 alc Exp $
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef KERNEL
44#include "opt_nfs.h"
45#endif

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

600void nfs_slpunlock __P((struct nfssvc_sock *));
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 *));
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef KERNEL
44#include "opt_nfs.h"
45#endif

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

600void nfs_slpunlock __P((struct nfssvc_sock *));
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 *));
608int nfs_asyncio __P((struct buf *, struct ucred *, struct proc *));
609int nfs_doio __P((struct buf *, struct ucred *, struct proc *));
610int nfs_readlinkrpc __P((struct vnode *, struct uio *, struct ucred *));
611int nfs_sigintr __P((struct nfsmount *, struct nfsreq *, struct proc *));
612int nfs_readdirplusrpc __P((struct vnode *, struct uio *, struct ucred *));
613int nfsm_disct __P((struct mbuf **, caddr_t *, int, int, caddr_t *));
614void nfsm_srvfattr __P((struct nfsrv_descript *, struct vattr *,
615 struct nfs_fattr *));
616void nfsm_srvwcc __P((struct nfsrv_descript *, int, struct vattr *, int,

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

653int nfsm_strtmbuf __P((struct mbuf **, char **, const char *, long));
654int nfs_bioread __P((struct vnode *, struct uio *, int, struct ucred *));
655int nfsm_uiotombuf __P((struct uio *, struct mbuf **, int, caddr_t *));
656void nfsrv_init __P((int));
657void nfs_clearcommit __P((struct mount *));
658int nfsrv_errmap __P((struct nfsrv_descript *, int));
659void nfsrvw_sort __P((gid_t *, int));
660void nfsrv_setcred __P((struct ucred *, struct ucred *));
609int nfs_doio __P((struct buf *, struct ucred *, struct proc *));
610int nfs_readlinkrpc __P((struct vnode *, struct uio *, struct ucred *));
611int nfs_sigintr __P((struct nfsmount *, struct nfsreq *, struct proc *));
612int nfs_readdirplusrpc __P((struct vnode *, struct uio *, struct ucred *));
613int nfsm_disct __P((struct mbuf **, caddr_t *, int, int, caddr_t *));
614void nfsm_srvfattr __P((struct nfsrv_descript *, struct vattr *,
615 struct nfs_fattr *));
616void nfsm_srvwcc __P((struct nfsrv_descript *, int, struct vattr *, int,

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

653int nfsm_strtmbuf __P((struct mbuf **, char **, const char *, long));
654int nfs_bioread __P((struct vnode *, struct uio *, int, struct ucred *));
655int nfsm_uiotombuf __P((struct uio *, struct mbuf **, int, caddr_t *));
656void nfsrv_init __P((int));
657void nfs_clearcommit __P((struct mount *));
658int nfsrv_errmap __P((struct nfsrv_descript *, int));
659void nfsrvw_sort __P((gid_t *, int));
660void nfsrv_setcred __P((struct ucred *, struct ucred *));
661int nfs_writebp __P((struct buf *, int));
661int nfs_writebp __P((struct buf *, int, struct proc *));
662int nfsrv_object_create __P((struct vnode *));
663void nfsrv_wakenfsd __P((struct nfssvc_sock *slp));
664int nfsrv_writegather __P((struct nfsrv_descript **, struct nfssvc_sock *,
665 struct proc *, struct mbuf **));
666int nfs_fsinfo __P((struct nfsmount *, struct vnode *, struct ucred *,
667 struct proc *p));
668
669int nfsrv3_access __P((struct nfsrv_descript *nfsd,

--- 64 unchanged lines hidden ---
662int nfsrv_object_create __P((struct vnode *));
663void nfsrv_wakenfsd __P((struct nfssvc_sock *slp));
664int nfsrv_writegather __P((struct nfsrv_descript **, struct nfssvc_sock *,
665 struct proc *, struct mbuf **));
666int nfs_fsinfo __P((struct nfsmount *, struct vnode *, struct ucred *,
667 struct proc *p));
668
669int nfsrv3_access __P((struct nfsrv_descript *nfsd,

--- 64 unchanged lines hidden ---