Deleted Added
full compact
union_vnops.c (22521) union_vnops.c (22582)
1/*
2 * Copyright (c) 1992, 1993, 1994, 1995 Jan-Simon Pendry.
3 * Copyright (c) 1992, 1993, 1994, 1995
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Jan-Simon Pendry.
8 *

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

30 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 *
37 * @(#)union_vnops.c 8.32 (Berkeley) 6/23/95
1/*
2 * Copyright (c) 1992, 1993, 1994, 1995 Jan-Simon Pendry.
3 * Copyright (c) 1992, 1993, 1994, 1995
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Jan-Simon Pendry.
8 *

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

30 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 *
37 * @(#)union_vnops.c 8.32 (Berkeley) 6/23/95
38 * $FreeBSD: head/sys/fs/unionfs/union_vnops.c 22521 1997-02-10 02:22:35Z dyson $
38 * $FreeBSD: head/sys/fs/unionfs/union_vnops.c 22582 1997-02-12 07:54:22Z mpp $
39 */
40
41#include <sys/param.h>
42#include <sys/systm.h>
43#include <sys/proc.h>
44#include <sys/file.h>
45#include <sys/time.h>
46#include <sys/stat.h>

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

67extern int union_close __P((struct vop_close_args *ap));
68extern int union_create __P((struct vop_create_args *ap));
69static void union_fixup __P((struct union_node *un, struct proc *p));
70extern int union_fsync __P((struct vop_fsync_args *ap));
71extern int union_getattr __P((struct vop_getattr_args *ap));
72extern int union_inactive __P((struct vop_inactive_args *ap));
73extern int union_ioctl __P((struct vop_ioctl_args *ap));
74extern int union_islocked __P((struct vop_islocked_args *ap));
39 */
40
41#include <sys/param.h>
42#include <sys/systm.h>
43#include <sys/proc.h>
44#include <sys/file.h>
45#include <sys/time.h>
46#include <sys/stat.h>

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

67extern int union_close __P((struct vop_close_args *ap));
68extern int union_create __P((struct vop_create_args *ap));
69static void union_fixup __P((struct union_node *un, struct proc *p));
70extern int union_fsync __P((struct vop_fsync_args *ap));
71extern int union_getattr __P((struct vop_getattr_args *ap));
72extern int union_inactive __P((struct vop_inactive_args *ap));
73extern int union_ioctl __P((struct vop_ioctl_args *ap));
74extern int union_islocked __P((struct vop_islocked_args *ap));
75extern int union_lease __P((struct vop_lease_args *ap));
75extern int union_link __P((struct vop_link_args *ap));
76extern int union_lock __P((struct vop_lock_args *ap));
77extern int union_lookup __P((struct vop_lookup_args *ap));
78static int union_lookup1 __P((struct vnode *udvp, struct vnode **dvpp,
79 struct vnode **vpp,
80 struct componentname *cnp));
81extern int union_mkdir __P((struct vop_mkdir_args *ap));
82extern int union_mknod __P((struct vop_mknod_args *ap));
83extern int union_mmap __P((struct vop_mmap_args *ap));
84extern int union_open __P((struct vop_open_args *ap));
85extern int union_pathconf __P((struct vop_pathconf_args *ap));
86extern int union_print __P((struct vop_print_args *ap));
87extern int union_read __P((struct vop_read_args *ap));
88extern int union_readdir __P((struct vop_readdir_args *ap));
89extern int union_readlink __P((struct vop_readlink_args *ap));
90extern int union_reclaim __P((struct vop_reclaim_args *ap));
91extern int union_remove __P((struct vop_remove_args *ap));
92extern int union_rename __P((struct vop_rename_args *ap));
76extern int union_link __P((struct vop_link_args *ap));
77extern int union_lock __P((struct vop_lock_args *ap));
78extern int union_lookup __P((struct vop_lookup_args *ap));
79static int union_lookup1 __P((struct vnode *udvp, struct vnode **dvpp,
80 struct vnode **vpp,
81 struct componentname *cnp));
82extern int union_mkdir __P((struct vop_mkdir_args *ap));
83extern int union_mknod __P((struct vop_mknod_args *ap));
84extern int union_mmap __P((struct vop_mmap_args *ap));
85extern int union_open __P((struct vop_open_args *ap));
86extern int union_pathconf __P((struct vop_pathconf_args *ap));
87extern int union_print __P((struct vop_print_args *ap));
88extern int union_read __P((struct vop_read_args *ap));
89extern int union_readdir __P((struct vop_readdir_args *ap));
90extern int union_readlink __P((struct vop_readlink_args *ap));
91extern int union_reclaim __P((struct vop_reclaim_args *ap));
92extern int union_remove __P((struct vop_remove_args *ap));
93extern int union_rename __P((struct vop_rename_args *ap));
94extern int union_revoke __P((struct vop_revoke_args *ap));
93extern int union_rmdir __P((struct vop_rmdir_args *ap));
94extern int union_seek __P((struct vop_seek_args *ap));
95extern int union_select __P((struct vop_select_args *ap));
96extern int union_setattr __P((struct vop_setattr_args *ap));
97extern int union_strategy __P((struct vop_strategy_args *ap));
98extern int union_symlink __P((struct vop_symlink_args *ap));
99extern int union_unlock __P((struct vop_unlock_args *ap));
95extern int union_rmdir __P((struct vop_rmdir_args *ap));
96extern int union_seek __P((struct vop_seek_args *ap));
97extern int union_select __P((struct vop_select_args *ap));
98extern int union_setattr __P((struct vop_setattr_args *ap));
99extern int union_strategy __P((struct vop_strategy_args *ap));
100extern int union_symlink __P((struct vop_symlink_args *ap));
101extern int union_unlock __P((struct vop_unlock_args *ap));
102extern int union_whiteout __P((struct vop_whiteout_args *ap));
100extern int union_write __P((struct vop_read_args *ap));
101
102static void
103union_fixup(un, p)
104 struct union_node *un;
105 struct proc *p;
106{
107

--- 1591 unchanged lines hidden ---
103extern int union_write __P((struct vop_read_args *ap));
104
105static void
106union_fixup(un, p)
107 struct union_node *un;
108 struct proc *p;
109{
110

--- 1591 unchanged lines hidden ---