Deleted Added
full compact
vnode.h (3374) vnode.h (3438)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)vnode.h 8.7 (Berkeley) 2/4/94
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)vnode.h 8.7 (Berkeley) 2/4/94
34 * $Id: vnode.h,v 1.10 1994/10/02 17:25:04 phk Exp $
34 * $Id: vnode.h,v 1.11 1994/10/05 09:48:39 davidg Exp $
35 */
36
37#ifndef _SYS_VNODE_H_
38#define _SYS_VNODE_H_
39
40#include <sys/queue.h>
41
42/*

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

410int vn_stat __P((struct vnode *vp, struct stat *sb, struct proc *p));
411int vn_write __P((struct file *fp, struct uio *uio, struct ucred *cred));
412struct vnode *
413 checkalias __P((struct vnode *vp, dev_t nvp_rdev, struct mount *mp));
414void vprint __P((char *, struct vnode *));
415void vput __P((struct vnode *vp));
416void vref __P((struct vnode *vp));
417void vrele __P((struct vnode *vp));
35 */
36
37#ifndef _SYS_VNODE_H_
38#define _SYS_VNODE_H_
39
40#include <sys/queue.h>
41
42/*

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

410int vn_stat __P((struct vnode *vp, struct stat *sb, struct proc *p));
411int vn_write __P((struct file *fp, struct uio *uio, struct ucred *cred));
412struct vnode *
413 checkalias __P((struct vnode *vp, dev_t nvp_rdev, struct mount *mp));
414void vprint __P((char *, struct vnode *));
415void vput __P((struct vnode *vp));
416void vref __P((struct vnode *vp));
417void vrele __P((struct vnode *vp));
418int vn_writechk __P((struct vnode *vp));
418
419void vfs_opv_init __P((struct vnodeopv_desc **));
420#endif /* KERNEL */
421
422#endif /* !_SYS_VNODE_H_ */
419
420void vfs_opv_init __P((struct vnodeopv_desc **));
421#endif /* KERNEL */
422
423#endif /* !_SYS_VNODE_H_ */