.\" 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 "__FORMAT_MFT_RECORD" "" "06 October 2005" "" ""
.SH NAME
__format_mft_record \- initialize an empty mft record
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __format_mft_record (MFT_RECORD * \fIm\fB, const int \fIsize\fB, const unsigned long \fIrec_no\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIm\fB\fR
mapped, pinned and locked for writing mft record
.TP
\fB\fIsize\fB\fR
size of the mft record
.TP
\fB\fIrec_no\fB\fR
mft record number / inode number
.SH "DESCRIPTION"
.PP
Private function to initialize an empty mft record. Use one of the two
provided \fBformat_mft_record\fR functions instead.