__NTFS_WARNING

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

__ntfs_warning - output a warning to the syslog  

SYNOPSIS

"SYNOPSIS"

void __ntfs_warning (const char * function, const struct super_block * sb, const char * fmt, ... ...);  

ARGUMENTS

function
name of function outputting the warning
sb
super block of mounted ntfs filesystem
fmt
warning string containing format specifications @...: a variable number of arguments specified in fmt
...
variable arguments
 

DESCRIPTION

Outputs a warning to the syslog for the mounted ntfs filesystem described by sb.

fmt and the corresponding @... is printf style format string containing the warning string and the corresponding format arguments, respectively.

function is the name of the function from which __ntfs_warning is being called.

Note, you should be using debug.h::ntfs_warning(sb, fmt, @...) instead as this provides the function parameter automatically.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:20 GMT, October 06, 2005