.\" 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_SHOW_OPTIONS" "" "06 October 2005" "" "" .SH NAME ntfs_show_options \- show mount options in /proc/mounts .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int ntfs_show_options (struct seq_file * \fIsf\fB, struct vfsmount * \fImnt\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsf\fB\fR seq_file in which to write our mount options .TP \fB\fImnt\fB\fR vfs mount whose mount options to display .SH "DESCRIPTION" .PP Called by the VFS once for each mounted ntfs volume when someone reads /proc/mounts in order to display the NTFS specific mount options of each mount. The mount options of the vfs mount \fImnt\fR are written to the seq file \fIsf\fR and success is returned.