Deleted Added
full compact
nfsrvstats.h (36503) nfsrvstats.h (36511)
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.36 1998/05/24 14:41:47 peter Exp $
37 * $Id: nfs.h,v 1.37 1998/05/31 17:27:45 peter Exp $
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43/*
44 * Tunable constants for nfs
45 */

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

635 struct nfsrv_descript **));
636int nfsrv_getcache __P((struct nfsrv_descript *, struct nfssvc_sock *,
637 struct mbuf **));
638void nfsrv_updatecache __P((struct nfsrv_descript *, int, struct mbuf *));
639void nfsrv_cleancache __P((void));
640int nfs_connect __P((struct nfsmount *, struct nfsreq *));
641void nfs_disconnect __P((struct nfsmount *));
642int nfs_getattrcache __P((struct vnode *, struct vattr *));
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43/*
44 * Tunable constants for nfs
45 */

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

635 struct nfsrv_descript **));
636int nfsrv_getcache __P((struct nfsrv_descript *, struct nfssvc_sock *,
637 struct mbuf **));
638void nfsrv_updatecache __P((struct nfsrv_descript *, int, struct mbuf *));
639void nfsrv_cleancache __P((void));
640int nfs_connect __P((struct nfsmount *, struct nfsreq *));
641void nfs_disconnect __P((struct nfsmount *));
642int nfs_getattrcache __P((struct vnode *, struct vattr *));
643int nfsm_strtmbuf __P((struct mbuf **, char **, char *, long));
643int nfsm_strtmbuf __P((struct mbuf **, char **, const char *, long));
644int nfs_bioread __P((struct vnode *, struct uio *, int, struct ucred *,
645 int));
646int nfsm_uiotombuf __P((struct uio *, struct mbuf **, int, caddr_t *));
647void nfsrv_init __P((int));
648void nfs_clearcommit __P((struct mount *));
649int nfsrv_errmap __P((struct nfsrv_descript *, int));
650void nfsrvw_sort __P((gid_t *, int));
651void nfsrv_setcred __P((struct ucred *, struct ucred *));

--- 73 unchanged lines hidden ---
644int nfs_bioread __P((struct vnode *, struct uio *, int, struct ucred *,
645 int));
646int nfsm_uiotombuf __P((struct uio *, struct mbuf **, int, caddr_t *));
647void nfsrv_init __P((int));
648void nfs_clearcommit __P((struct mount *));
649int nfsrv_errmap __P((struct nfsrv_descript *, int));
650void nfsrvw_sort __P((gid_t *, int));
651void nfsrv_setcred __P((struct ucred *, struct ucred *));

--- 73 unchanged lines hidden ---