Deleted Added
full compact
nfs.h (25781) nfs.h (25930)
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.25 1997/05/10 16:12:02 dfr Exp $
37 * $Id: nfs.h,v 1.26 1997/05/13 17:25:44 dfr Exp $
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43/*
44 * Tunable constants for nfs
45 */

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

578int nfsrv_dorec __P((struct nfssvc_sock *,struct nfsd *,struct nfsrv_descript **));
579int nfsrv_getcache __P((struct nfsrv_descript *,struct nfssvc_sock *,struct mbuf **));
580void nfsrv_updatecache __P((struct nfsrv_descript *,int,struct mbuf *));
581void nfsrv_cleancache __P((void));
582int nfs_connect __P((struct nfsmount *,struct nfsreq *));
583void nfs_disconnect __P((struct nfsmount *));
584int nfs_getattrcache __P((struct vnode *,struct vattr *));
585int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long));
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43/*
44 * Tunable constants for nfs
45 */

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

578int nfsrv_dorec __P((struct nfssvc_sock *,struct nfsd *,struct nfsrv_descript **));
579int nfsrv_getcache __P((struct nfsrv_descript *,struct nfssvc_sock *,struct mbuf **));
580void nfsrv_updatecache __P((struct nfsrv_descript *,int,struct mbuf *));
581void nfsrv_cleancache __P((void));
582int nfs_connect __P((struct nfsmount *,struct nfsreq *));
583void nfs_disconnect __P((struct nfsmount *));
584int nfs_getattrcache __P((struct vnode *,struct vattr *));
585int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long));
586int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *));
586int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *, int getpages));
587int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *));
588void nfsrv_init __P((int));
589void nfs_clearcommit __P((struct mount *));
590int nfsrv_errmap __P((struct nfsrv_descript *, int));
591void nfsrvw_sort __P((gid_t [],int));
592void nfsrv_setcred __P((struct ucred *,struct ucred *));
593int nfs_writebp __P((struct buf *,int));
594int nfsrv_object_create __P(( struct vnode * ));

--- 63 unchanged lines hidden ---
587int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *));
588void nfsrv_init __P((int));
589void nfs_clearcommit __P((struct mount *));
590int nfsrv_errmap __P((struct nfsrv_descript *, int));
591void nfsrvw_sort __P((gid_t [],int));
592void nfsrv_setcred __P((struct ucred *,struct ucred *));
593int nfs_writebp __P((struct buf *,int));
594int nfsrv_object_create __P(( struct vnode * ));

--- 63 unchanged lines hidden ---