Deleted Added
full compact
nfsargs.h (13765) nfsargs.h (17761)
1/*
2 * Copyright (c) 1989, 1993
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.1 (Berkeley) 6/10/93
1/*
2 * Copyright (c) 1989, 1993
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.1 (Berkeley) 6/10/93
37 * $Id: nfs.h,v 1.16 1995/12/17 21:12:05 phk Exp $
37 * $Id: nfs.h,v 1.17 1996/01/30 22:59:39 mpp Exp $
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#include <nfs/rpcv2.h>
44
45/*

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

530int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *));
531void nfsrv_init __P((int));
532void nfs_clearcommit __P((struct mount *));
533int nfsrv_errmap __P((struct nfsrv_descript *, int));
534void nfsrv_rcv __P((struct socket *so, caddr_t arg, int waitflag));
535void nfsrvw_sort __P((gid_t [],int));
536void nfsrv_setcred __P((struct ucred *,struct ucred *));
537int nfs_writebp __P((struct buf *,int));
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#include <nfs/rpcv2.h>
44
45/*

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

530int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *));
531void nfsrv_init __P((int));
532void nfs_clearcommit __P((struct mount *));
533int nfsrv_errmap __P((struct nfsrv_descript *, int));
534void nfsrv_rcv __P((struct socket *so, caddr_t arg, int waitflag));
535void nfsrvw_sort __P((gid_t [],int));
536void nfsrv_setcred __P((struct ucred *,struct ucred *));
537int nfs_writebp __P((struct buf *,int));
538int nfsrv_vput __P(( struct vnode * ));
539int nfsrv_vrele __P(( struct vnode * ));
540int nfsrv_vmio __P(( struct vnode * ));
538int nfsrv_object_create __P(( struct vnode * ));
541void nfsrv_wakenfsd __P((struct nfssvc_sock *slp));
542int nfsrv_writegather __P((struct nfsrv_descript **, struct nfssvc_sock *,
543 struct proc *, struct mbuf **));
544int nfs_fsinfo __P((struct nfsmount *, struct vnode *, struct ucred *,
545 struct proc *p));
546
547int nfsrv3_access __P((struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
548 struct proc *procp, struct mbuf **mrq));

--- 55 unchanged lines hidden ---
539void nfsrv_wakenfsd __P((struct nfssvc_sock *slp));
540int nfsrv_writegather __P((struct nfsrv_descript **, struct nfssvc_sock *,
541 struct proc *, struct mbuf **));
542int nfs_fsinfo __P((struct nfsmount *, struct vnode *, struct ucred *,
543 struct proc *p));
544
545int nfsrv3_access __P((struct nfsrv_descript *nfsd, struct nfssvc_sock *slp,
546 struct proc *procp, struct mbuf **mrq));

--- 55 unchanged lines hidden ---