.\" 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 "NTFS_MFT_BITMAP_EXTEND_INITIALIZED_NOLOCK" "9" "09 October 2005" "" "" .SH NAME ntfs_mft_bitmap_extend_initialized_nolock \- extend mftbmp initialized data .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int ntfs_mft_bitmap_extend_initialized_nolock (ntfs_volume * \fIvol\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvol\fB\fR volume on which to extend the mft bitmap attribute .SH "DESCRIPTION" .PP Extend the initialized portion of the mft bitmap attribute on the ntfs volume \fIvol\fR by 8 bytes. .SH "NOTE" .PP Only changes initialized_size and data_size, i.e. requires that allocated_size is big enough to fit the new initialized_size. .PP Return 0 on success and -error on error. .SH "LOCKING" .PP Caller must hold vol->mftbmp_lock for writing.