NTFS_MFT_RECORD_FORMAT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ntfs_mft_record_format - format an mft record on an ntfs volume  

SYNOPSIS

"SYNOPSIS"

int ntfs_mft_record_format (const ntfs_volume * vol, const s64 mft_no);  

ARGUMENTS

vol
volume on which to format the mft record
mft_no
mft record number to format
 

DESCRIPTION

Format the mft record mft_no in $MFT/$DATA, 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.

Return 0 on success and -errno on error.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:34 GMT, October 09, 2005