Deleted Added
full compact
nfsstats.h (4067) nfsstats.h (6361)
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.7 1994/10/23 23:26:15 wollman Exp $
37 * $Id: nfs.h,v 1.8 1994/11/02 00:11:00 wollman Exp $
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43/*
44 * Tunable constants for nfs
45 */

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

365void nfsrv_updatecache __P((struct mbuf *,struct nfsd *,int,struct mbuf *));
366int mountnfs __P((struct nfs_args *,struct mount *,struct mbuf *,char *,char *,struct vnode **));
367int nfs_connect __P((struct nfsmount *,struct nfsreq *));
368int nfs_getattrcache __P((struct vnode *,struct vattr *));
369int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long));
370int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *));
371int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *));
372void nfsrv_init __P((int));
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43/*
44 * Tunable constants for nfs
45 */

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

365void nfsrv_updatecache __P((struct mbuf *,struct nfsd *,int,struct mbuf *));
366int mountnfs __P((struct nfs_args *,struct mount *,struct mbuf *,char *,char *,struct vnode **));
367int nfs_connect __P((struct nfsmount *,struct nfsreq *));
368int nfs_getattrcache __P((struct vnode *,struct vattr *));
369int nfsm_strtmbuf __P((struct mbuf **,char **,char *,long));
370int nfs_bioread __P((struct vnode *,struct uio *,int,struct ucred *));
371int nfsm_uiotombuf __P((struct uio *,struct mbuf **,int,caddr_t *));
372void nfsrv_init __P((int));
373int nfsrv_vput __P(( struct vnode * ));
374int nfsrv_vrele __P(( struct vnode * ));
375int nfsrv_vmio __P(( struct vnode * ));
376
373#endif /* KERNEL */
374
375#endif
377#endif /* KERNEL */
378
379#endif