.\" 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_MFT_RECORD_FORMAT" "9" "09 October 2005" "" ""
.SH NAME
ntfs_mft_record_format \- format an mft record on an ntfs volume
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ntfs_mft_record_format (const ntfs_volume * \fIvol\fB, const s64 \fImft_no\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvol\fB\fR
volume on which to format the mft record
.TP
\fB\fImft_no\fB\fR
mft record number to format
.SH "DESCRIPTION"
.PP
Format the mft record \fImft_no\fR in \fB$MFT\fR/\fB$DATA\fR, i.e. lay out an empty, unused
mft record into the appropriate place of the mft data attribute. This is
used when extending the mft data attribute.
.PP
Return 0 on success and -errno on error.