Deleted Added
full compact
libufs.h (116086) libufs.h (163835)
1/*
2 * Copyright (c) 2002 Juli Mallett. All rights reserved.
3 *
4 * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the
5 * FreeBSD project. Redistribution and use in source and binary forms, with
6 * or without modification, are permitted provided that the following
7 * conditions are met:
8 *

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

19 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
23 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 * POSSIBILITY OF SUCH DAMAGE.
26 *
1/*
2 * Copyright (c) 2002 Juli Mallett. All rights reserved.
3 *
4 * This software was written by Juli Mallett <jmallett@FreeBSD.org> for the
5 * FreeBSD project. Redistribution and use in source and binary forms, with
6 * or without modification, are permitted provided that the following
7 * conditions are met:
8 *

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

19 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
23 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 * POSSIBILITY OF SUCH DAMAGE.
26 *
27 * $FreeBSD: head/lib/libufs/libufs.h 116086 2003-06-09 09:47:38Z jmallett $
27 * $FreeBSD: head/lib/libufs/libufs.h 163835 2006-10-31 21:21:48Z pjd $
28 */
29
30#ifndef __LIBUFS_H__
31#define __LIBUFS_H__
32
33/*
34 * libufs macros (internal, non-exported).
35 */

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

105ssize_t bread(struct uufsd *, ufs2_daddr_t, void *, size_t);
106ssize_t bwrite(struct uufsd *, ufs2_daddr_t, const void *, size_t);
107
108/*
109 * cgroup.c
110 */
111int cgread(struct uufsd *);
112int cgread1(struct uufsd *, int);
28 */
29
30#ifndef __LIBUFS_H__
31#define __LIBUFS_H__
32
33/*
34 * libufs macros (internal, non-exported).
35 */

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

105ssize_t bread(struct uufsd *, ufs2_daddr_t, void *, size_t);
106ssize_t bwrite(struct uufsd *, ufs2_daddr_t, const void *, size_t);
107
108/*
109 * cgroup.c
110 */
111int cgread(struct uufsd *);
112int cgread1(struct uufsd *, int);
113int cgwrite1(struct uufsd *, int);
113
114/*
115 * inode.c
116 */
117int getino(struct uufsd *, void **, ino_t, int *);
118
119/*
120 * sblock.c

--- 15 unchanged lines hidden ---
114
115/*
116 * inode.c
117 */
118int getino(struct uufsd *, void **, ino_t, int *);
119
120/*
121 * sblock.c

--- 15 unchanged lines hidden ---