.\" 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_REMOUNT" "9" "09 October 2005" "" "" .SH NAME ntfs_remount \- change the mount options of a mounted ntfs filesystem .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int ntfs_remount (struct super_block * \fIsb\fB, int * \fIflags\fB, char * \fIopt\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsb\fB\fR superblock of mounted ntfs filesystem .TP \fB\fIflags\fB\fR remount flags .TP \fB\fIopt\fB\fR remount options string .SH "DESCRIPTION" .PP Change the mount options of an already mounted ntfs filesystem. .SH "NOTE" .PP The VFS sets the \fIsb\fR->s_flags remount flags to \fIflags\fR after \fBntfs_remount\fR returns successfully (i.e. returns 0). Otherwise, \fIsb\fR->s_flags are not changed.