.\" 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 "UNMAP_MFT_RECORD" "9" "09 October 2005" "" "" .SH NAME unmap_mft_record \- release a mapped mft record .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void unmap_mft_record (ntfs_inode * \fIni\fB); \fR .SH "ARGUMENTS" .TP \fB\fIni\fB\fR ntfs inode whose MFT record to unmap .SH "DESCRIPTION" .PP We release the page mapping and the mrec_lock mutex which unmaps the mft record and releases it for others to get hold of. We also release the ntfs inode by decrementing the ntfs inode reference count. .SH "NOTE" .PP If caller has modified the mft record, it is imperative to set the mft record dirty BEFORE calling \fBunmap_mft_record\fR\&.