Deleted Added
full compact
ext2_mount.h (96596) ext2_mount.h (97255)
1/*
2 * Copyright (c) 1982, 1986, 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 * @(#)ufsmount.h 8.6 (Berkeley) 3/30/95
1/*
2 * Copyright (c) 1982, 1986, 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 * @(#)ufsmount.h 8.6 (Berkeley) 3/30/95
34 * $FreeBSD: head/sys/gnu/fs/ext2fs/ext2_mount.h 96596 2002-05-14 17:14:01Z iedowse $
34 * $FreeBSD: head/sys/gnu/fs/ext2fs/ext2_mount.h 97255 2002-05-24 17:38:01Z mux $
35 */
36
37#ifndef _SYS_GNU_EXT2FS_EXT2_MOUNT_H_
38#define _SYS_GNU_EXT2FS_EXT2_MOUNT_H_
39
35 */
36
37#ifndef _SYS_GNU_EXT2FS_EXT2_MOUNT_H_
38#define _SYS_GNU_EXT2FS_EXT2_MOUNT_H_
39
40/*
41 * Arguments to mount ext2fs filesystems
42 */
43struct ext2_args {
44 char *fspec; /* block special device to mount */
45 struct export_args export; /* network export information */
46};
47
48#ifdef _KERNEL
49
50#ifdef MALLOC_DECLARE
51MALLOC_DECLARE(M_EXT2NODE);
52#endif
53
54struct vnode;
55

--- 27 unchanged lines hidden ---
40#ifdef _KERNEL
41
42#ifdef MALLOC_DECLARE
43MALLOC_DECLARE(M_EXT2NODE);
44#endif
45
46struct vnode;
47

--- 27 unchanged lines hidden ---