NTFS_WRITE_VOLUME_FLAGS

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

 

NAME

ntfs_write_volume_flags - write new flags to the volume information flags  

SYNOPSIS

"SYNOPSIS"

int ntfs_write_volume_flags (ntfs_volume * vol, const VOLUME_FLAGS flags);  

ARGUMENTS

vol
ntfs volume on which to modify the flags
flags
new flags value for the volume information flags
 

DESCRIPTION

Internal function. You probably want to use ntfs_{set,clear}_volume_flags instead (see below).

Replace the volume information flags on the volume vol with the value supplied in flags. Note, this overwrites the volume information flags, so make sure to combine the flags you want to modify with the old flags and use the result when calling ntfs_write_volume_flags.

Return 0 on success and -errno on error.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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