.\" 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_CLUSTER_FREE_FROM_RL_NOLOCK" "9" "09 October 2005" "" ""
.SH NAME
ntfs_cluster_free_from_rl_nolock \- free clusters from runlist
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ntfs_cluster_free_from_rl_nolock (ntfs_volume * \fIvol\fB, const runlist_element * \fIrl\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvol\fB\fR
mounted ntfs volume on which to free the clusters
.TP
\fB\fIrl\fB\fR
runlist describing the clusters to free
.SH "DESCRIPTION"
.PP
Free all the clusters described by the runlist \fIrl\fR on the volume \fIvol\fR\&. In
the case of an error being returned, at least some of the clusters were not
freed.
.PP
Return 0 on success and -errno on error.
.SH "LOCKING"
.PP
- The volume lcn bitmap must be locked for writing on entry and is
left locked on return.