FORMAT_MFT_RECORD
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
format_mft_record - initialize an empty mft record
SYNOPSIS
"SYNOPSIS"
int format_mft_record (ntfs_inode * ni, MFT_RECORD * mft_rec);
ARGUMENTS
- ni
-
ntfs inode of mft record
- mft_rec
-
mapped, pinned and locked mft record (optional)
DESCRIPTION
Initialize an empty mft record. This is used when extending the MFT.
If mft_rec is NULL, we call map_mft_record to obtain the
record and we unmap it again when finished.
We return 0 on success or -errno on error.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 04:40:46 GMT, October 06, 2005