.\" 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 "NTFS_STAMP_USNJRNL" "9" "09 October 2005" "" "" .SH NAME ntfs_stamp_usnjrnl \- stamp the transaction log ($UsnJrnl) on an ntfs volume .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp BOOL ntfs_stamp_usnjrnl (ntfs_volume * \fIvol\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvol\fB\fR ntfs volume on which to stamp the transaction log .SH "DESCRIPTION" .PP Stamp the transaction log (\fB$UsnJrnl\fR) on the ntfs volume \fIvol\fR and return TRUE on success and FALSE on error. .PP This function assumes that the transaction log has already been loaded and consistency checked by a call to fs/ntfs/super.c::\fBload_and_init_usnjrnl\fR\&.