Deleted Added
full compact
ffs_extern.h (2979) ffs_extern.h (7430)
1/*-
2 * Copyright (c) 1991, 1993, 1994
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 * @(#)ffs_extern.h 8.3 (Berkeley) 4/16/94
1/*-
2 * Copyright (c) 1991, 1993, 1994
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 * @(#)ffs_extern.h 8.3 (Berkeley) 4/16/94
34 * $Id: ffs_extern.h,v 1.4 1994/08/18 22:35:53 wollman Exp $
34 * $Id: ffs_extern.h,v 1.5 1994/09/22 19:38:32 wollman Exp $
35 */
36
37struct buf;
38struct fid;
39struct fs;
40struct inode;
41struct mount;
42struct nameidata;

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

55 daddr_t, int, struct ucred *, struct buf **, int));
56int ffs_blkatoff __P((struct vop_blkatoff_args *));
57void ffs_blkfree __P((struct inode *, daddr_t, long));
58daddr_t ffs_blkpref __P((struct inode *, daddr_t, int, daddr_t *));
59int ffs_bmap __P((struct vop_bmap_args *));
60void ffs_clrblock __P((struct fs *, u_char *, daddr_t));
61int ffs_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
62 struct vnode **, int *, struct ucred **));
35 */
36
37struct buf;
38struct fid;
39struct fs;
40struct inode;
41struct mount;
42struct nameidata;

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

55 daddr_t, int, struct ucred *, struct buf **, int));
56int ffs_blkatoff __P((struct vop_blkatoff_args *));
57void ffs_blkfree __P((struct inode *, daddr_t, long));
58daddr_t ffs_blkpref __P((struct inode *, daddr_t, int, daddr_t *));
59int ffs_bmap __P((struct vop_bmap_args *));
60void ffs_clrblock __P((struct fs *, u_char *, daddr_t));
61int ffs_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
62 struct vnode **, int *, struct ucred **));
63int ffs_flushfiles __P((struct mount *, int, struct proc *));
63void ffs_fragacct __P((struct fs *, int, long [], int));
64int ffs_fsync __P((struct vop_fsync_args *));
65int ffs_init __P((void));
66int ffs_isblock __P((struct fs *, u_char *, daddr_t));
67int ffs_mount __P((struct mount *,
68 char *, caddr_t, struct nameidata *, struct proc *));
69int ffs_mountfs __P((struct vnode *, struct mount *, struct proc *));
70int ffs_mountroot __P((void));

--- 26 unchanged lines hidden ---
64void ffs_fragacct __P((struct fs *, int, long [], int));
65int ffs_fsync __P((struct vop_fsync_args *));
66int ffs_init __P((void));
67int ffs_isblock __P((struct fs *, u_char *, daddr_t));
68int ffs_mount __P((struct mount *,
69 char *, caddr_t, struct nameidata *, struct proc *));
70int ffs_mountfs __P((struct vnode *, struct mount *, struct proc *));
71int ffs_mountroot __P((void));

--- 26 unchanged lines hidden ---