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

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

646 struct mbuf **));
647void nfsrv_updatecache __P((struct nfsrv_descript *, int, struct mbuf *));
648void nfsrv_cleancache __P((void));
649int nfs_connect __P((struct nfsmount *, struct nfsreq *));
650void nfs_disconnect __P((struct nfsmount *));
651void nfs_safedisconnect __P((struct nfsmount *));
652int nfs_getattrcache __P((struct vnode *, struct vattr *));
653int nfsm_strtmbuf __P((struct mbuf **, char **, const char *, long));
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef KERNEL
44#include "opt_nfs.h"
45#endif

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

646 struct mbuf **));
647void nfsrv_updatecache __P((struct nfsrv_descript *, int, struct mbuf *));
648void nfsrv_cleancache __P((void));
649int nfs_connect __P((struct nfsmount *, struct nfsreq *));
650void nfs_disconnect __P((struct nfsmount *));
651void nfs_safedisconnect __P((struct nfsmount *));
652int nfs_getattrcache __P((struct vnode *, struct vattr *));
653int nfsm_strtmbuf __P((struct mbuf **, char **, const char *, long));
654int nfs_bioread __P((struct vnode *, struct uio *, int, struct ucred *,
655 int));
654int nfs_bioread __P((struct vnode *, struct uio *, int, struct ucred *));
656int nfsm_uiotombuf __P((struct uio *, struct mbuf **, int, caddr_t *));
657void nfsrv_init __P((int));
658void nfs_clearcommit __P((struct mount *));
659int nfsrv_errmap __P((struct nfsrv_descript *, int));
660void nfsrvw_sort __P((gid_t *, int));
661void nfsrv_setcred __P((struct ucred *, struct ucred *));
662int nfs_writebp __P((struct buf *, int));
663int nfsrv_object_create __P((struct vnode *));

--- 71 unchanged lines hidden ---
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));
662int nfsrv_object_create __P((struct vnode *));

--- 71 unchanged lines hidden ---