.\" 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_SET_VOLUME_FLAGS" "9" "09 October 2005" "" "" .SH NAME ntfs_set_volume_flags \- set bits in the volume information flags .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int ntfs_set_volume_flags (ntfs_volume * \fIvol\fB, VOLUME_FLAGS \fIflags\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvol\fB\fR ntfs volume on which to modify the flags .TP \fB\fIflags\fB\fR flags to set on the volume .SH "DESCRIPTION" .PP Set the bits in \fIflags\fR in the volume information flags on the volume \fIvol\fR\&. .PP Return 0 on success and -errno on error.