.\" 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_EXTENT_MFT_RECORD" "" "06 October 2005" "" ""
.SH NAME
map_extent_mft_record \- load an extent inode and attach it to its base
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
MFT_RECORD * map_extent_mft_record (ntfs_inode * \fIbase_ni\fB, MFT_REF \fImref\fB, ntfs_inode ** \fIntfs_ino\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbase_ni\fB\fR
base ntfs inode
.TP
\fB\fImref\fB\fR
mft reference of the extent inode to load (in little endian)
.TP
\fB\fIntfs_ino\fB\fR
on successful return, pointer to the ntfs_inode structure
.SH "DESCRIPTION"
.PP
Load the extent mft record \fImref\fR and attach it to its base inode \fIbase_ni\fR\&.
Return the mapped extent mft record if IS_ERR(result) is false. Otherwise
PTR_ERR(result) gives the negative error code.
.PP
On successful return, \fIntfs_ino\fR contains a pointer to the ntfs_inode
structure of the mapped extent inode.