NTFS_MFT_RECORD_LAYOUT
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
ntfs_mft_record_layout - layout an mft record into a memory buffer
SYNOPSIS
"SYNOPSIS"
int ntfs_mft_record_layout (const ntfs_volume * vol, const s64 mft_no, MFT_RECORD * m);
ARGUMENTS
- vol
-
volume to which the mft record will belong
- mft_no
-
mft reference specifying the mft record number
- m
-
destination buffer of size >= vol->mft_record_size bytes
DESCRIPTION
Layout an empty, unused mft record with the mft record number mft_no into
the buffer m. The volume vol is needed because the mft record structure
was modified in NTFS 3.1 so we need to know which volume version this mft
record will be used on.
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