Deleted Added
full compact
nfsnode.h (24626) nfsnode.h (25930)
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 * @(#)nfsnode.h 8.9 (Berkeley) 5/14/95
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 * @(#)nfsnode.h 8.9 (Berkeley) 5/14/95
37 * $Id: nfsnode.h,v 1.19 1997/02/22 09:42:49 peter Exp $
37 * $Id: nfsnode.h,v 1.20 1997/04/04 17:49:35 dfr Exp $
38 */
39
40
41#ifndef _NFS_NFSNODE_H_
42#define _NFS_NFSNODE_H_
43
44#ifndef _NFS_NFS_H_
45#include <nfs/nfs.h>

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

156#if defined(KERNEL) || defined(_KERNEL)
157extern vop_t **fifo_nfsv2nodeop_p;
158extern vop_t **nfsv2_vnodeop_p;
159extern vop_t **spec_nfsv2nodeop_p;
160
161/*
162 * Prototypes for NFS vnode operations
163 */
38 */
39
40
41#ifndef _NFS_NFSNODE_H_
42#define _NFS_NFSNODE_H_
43
44#ifndef _NFS_NFS_H_
45#include <nfs/nfs.h>

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

156#if defined(KERNEL) || defined(_KERNEL)
157extern vop_t **fifo_nfsv2nodeop_p;
158extern vop_t **nfsv2_vnodeop_p;
159extern vop_t **spec_nfsv2nodeop_p;
160
161/*
162 * Prototypes for NFS vnode operations
163 */
164int nfs_getpages __P((struct vop_getpages_args *));
164int nfs_write __P((struct vop_write_args *));
165#define nfs_lease_check ((int (*) __P((struct vop_lease_args *)))nullop)
166int nqnfs_vop_lease_check __P((struct vop_lease_args *));
167#define nfs_revoke vop_revoke
168#define nfs_seek ((int (*) __P((struct vop_seek_args *)))nullop)
169int nfs_abortop __P((struct vop_abortop_args *));
170int nfs_inactive __P((struct vop_inactive_args *));
171int nfs_reclaim __P((struct vop_reclaim_args *));

--- 17 unchanged lines hidden ---
165int nfs_write __P((struct vop_write_args *));
166#define nfs_lease_check ((int (*) __P((struct vop_lease_args *)))nullop)
167int nqnfs_vop_lease_check __P((struct vop_lease_args *));
168#define nfs_revoke vop_revoke
169#define nfs_seek ((int (*) __P((struct vop_seek_args *)))nullop)
170int nfs_abortop __P((struct vop_abortop_args *));
171int nfs_inactive __P((struct vop_inactive_args *));
172int nfs_reclaim __P((struct vop_reclaim_args *));

--- 17 unchanged lines hidden ---