.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "JOURNAL_INIT_DEV" "" "06 October 2005" "" ""
.SH NAME
journal_init_dev \- creates an initialises a journal structure
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
journal_t * journal_init_dev (struct block_device * \fIbdev\fB, struct block_device * \fIfs_dev\fB, int \fIstart\fB, int \fIlen\fB, int \fIblocksize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbdev\fB\fR
Block device on which to create the journal
.TP
\fB\fIfs_dev\fB\fR
Device which hold journalled filesystem for this journal.
.TP
\fB\fIstart\fB\fR
Block nr Start of journal.
.TP
\fB\fIlen\fB\fR
Lenght of the journal in blocks.
.TP
\fB\fIblocksize\fB\fR
blocksize of journalling device
.SH "DESCRIPTION"
.PP
journal_init_dev creates a journal which maps a fixed contiguous
range of blocks on an arbitrary block device.