__NTFS_ERROR

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

 

NAME

__ntfs_error - output an error to the syslog  

SYNOPSIS

"SYNOPSIS"

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

ARGUMENTS

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

DESCRIPTION

Outputs an error to the syslog for the mounted ntfs filesystem described by sb.

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

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

Note, you should be using debug.h::ntfs_error(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