.\" 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_ERROR" "" "06 October 2005" "" "" .SH NAME __ntfs_error \- output an error to the syslog .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void __ntfs_error (const char * \fIfunction\fB, const struct super_block * \fIsb\fB, const char * \fIfmt\fB, \&... \fI\&...\fB); \fR .SH "ARGUMENTS" .TP \fB\fIfunction\fB\fR name of function outputting the error .TP \fB\fIsb\fB\fR super block of mounted ntfs filesystem .TP \fB\fIfmt\fB\fR error string containing format specifications @...: a variable number of arguments specified in \fIfmt\fR .TP \fB\fI\&...\fB\fR variable arguments .SH "DESCRIPTION" .PP Outputs an error to the syslog for the mounted ntfs filesystem described by \fIsb\fR\&. .PP \fIfmt\fR and the corresponding @... is printf style format string containing the error string and the corresponding format arguments, respectively. .PP \fIfunction\fR is the name of the function from which __ntfs_error is being called. .PP Note, you should be using debug.h::ntfs_error(\fIsb\fR, \fIfmt\fR, @...) instead as this provides the \fIfunction\fR parameter automatically.