NTFS_CLUSTER_FREE_FROM_RL_NOLOCK

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ntfs_cluster_free_from_rl_nolock - free clusters from runlist  

SYNOPSIS

"SYNOPSIS"

int ntfs_cluster_free_from_rl_nolock (ntfs_volume * vol, const runlist_element * rl);  

ARGUMENTS

vol
mounted ntfs volume on which to free the clusters
rl
runlist describing the clusters to free
 

DESCRIPTION

Free all the clusters described by the runlist rl on the volume vol. In the case of an error being returned, at least some of the clusters were not freed.

Return 0 on success and -errno on error.  

LOCKING

- The volume lcn bitmap must be locked for writing on entry and is left locked on return.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
LOCKING

This document was created by man2html, using the manual pages.
Time: 00:02:33 GMT, October 09, 2005