.\" 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_SET_FEATURES" "" "06 October 2005" "" "" .SH NAME journal_set_features \- Mark a given journal feature in the superblock .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int journal_set_features (journal_t * \fIjournal\fB, unsigned long \fIcompat\fB, unsigned long \fIro\fB, unsigned long \fIincompat\fB); \fR .SH "ARGUMENTS" .TP \fB\fIjournal\fB\fR -- undescribed -- .TP \fB\fIcompat\fB\fR -- undescribed -- .TP \fB\fIro\fB\fR -- undescribed -- .TP \fB\fIincompat\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP Mark a given journal feature as present on the superblock. Returns true if the requested features could be set.