.\" 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_WARNING" "9" "09 October 2005" "" "" .SH NAME __ntfs_warning \- output a warning to the syslog .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void __ntfs_warning (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 warning .TP \fB\fIsb\fB\fR super block of mounted ntfs filesystem .TP \fB\fIfmt\fB\fR warning string containing format specifications @...: a variable number of arguments specified in \fIfmt\fR .TP \fB\fI\&...\fB\fR variable arguments .SH "DESCRIPTION" .PP Outputs a warning 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 warning string and the corresponding format arguments, respectively. .PP \fIfunction\fR is the name of the function from which __ntfs_warning is being called. .PP Note, you should be using debug.h::ntfs_warning(\fIsb\fR, \fIfmt\fR, @...) instead as this provides the \fIfunction\fR parameter automatically.