.\" 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_INODE" "" "06 October 2005" "" ""
.SH NAME
journal_init_inode \- creates a journal which maps to a inode.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
journal_t * journal_init_inode (struct inode * \fIinode\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinode\fB\fR
An inode to create the journal in
.SH "DESCRIPTION"
.PP
journal_init_inode creates a journal which maps an on-disk inode as
the journal. The inode must exist already, must support \fBbmap\fR and
must have all data blocks preallocated.