Deleted Added
full compact
nfs.h (72650) nfs.h (74384)
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 * $FreeBSD: head/sys/nfsserver/nfs.h 72650 2001-02-18 13:30:20Z green $
37 * $FreeBSD: head/sys/nfsserver/nfs.h 74384 2001-03-17 09:31:06Z peter $
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef _KERNEL
44#include "opt_nfs.h"
45#endif

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

628int nfs_getnickauth __P((struct nfsmount *, struct ucred *, char **,
629 int *, char *, int));
630int nfs_savenickauth __P((struct nfsmount *, struct ucred *, int,
631 NFSKERBKEY_T, struct mbuf **, char **,
632 struct mbuf *));
633int nfs_adv __P((struct mbuf **, caddr_t *, int, int));
634void nfs_nhinit __P((void));
635void nfs_timer __P((void*));
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef _KERNEL
44#include "opt_nfs.h"
45#endif

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

628int nfs_getnickauth __P((struct nfsmount *, struct ucred *, char **,
629 int *, char *, int));
630int nfs_savenickauth __P((struct nfsmount *, struct ucred *, int,
631 NFSKERBKEY_T, struct mbuf **, char **,
632 struct mbuf *));
633int nfs_adv __P((struct mbuf **, caddr_t *, int, int));
634void nfs_nhinit __P((void));
635void nfs_timer __P((void*));
636u_long nfs_hash __P((nfsfh_t *, int));
637int nfsrv_dorec __P((struct nfssvc_sock *, struct nfsd *,
638 struct nfsrv_descript **));
639int nfsrv_getcache __P((struct nfsrv_descript *, struct nfssvc_sock *,
640 struct mbuf **));
641void nfsrv_updatecache __P((struct nfsrv_descript *, int, struct mbuf *));
642void nfsrv_cleancache __P((void));
643int nfs_connect __P((struct nfsmount *, struct nfsreq *));
644void nfs_disconnect __P((struct nfsmount *));

--- 83 unchanged lines hidden ---
636int nfsrv_dorec __P((struct nfssvc_sock *, struct nfsd *,
637 struct nfsrv_descript **));
638int nfsrv_getcache __P((struct nfsrv_descript *, struct nfssvc_sock *,
639 struct mbuf **));
640void nfsrv_updatecache __P((struct nfsrv_descript *, int, struct mbuf *));
641void nfsrv_cleancache __P((void));
642int nfs_connect __P((struct nfsmount *, struct nfsreq *));
643void nfs_disconnect __P((struct nfsmount *));

--- 83 unchanged lines hidden ---