.\" 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 "MAP_MFT_RECORD_PAGE" "" "06 October 2005" "" ""
.SH NAME
map_mft_record_page \- map the page in which a specific mft record resides
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
MFT_RECORD * map_mft_record_page (ntfs_inode * \fIni\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIni\fB\fR
ntfs inode whose mft record page to map
.SH "DESCRIPTION"
.PP
This maps the page in which the mft record of the ntfs inode \fIni\fR is situated
and returns a pointer to the mft record within the mapped page.
.PP
Return value needs to be checked with \fBIS_ERR\fR and if that is true \fBPTR_ERR\fR
contains the negative error code returned.