Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xfs_error.c File Reference
#include "xfs.h"
#include "xfs_fs.h"
#include "xfs_types.h"
#include "xfs_log.h"
#include "xfs_trans.h"
#include "xfs_sb.h"
#include "xfs_ag.h"
#include "xfs_mount.h"
#include "xfs_bmap_btree.h"
#include "xfs_dinode.h"
#include "xfs_inode.h"
#include "xfs_utils.h"
#include "xfs_error.h"

Go to the source code of this file.

Functions

void xfs_error_report (const char *tag, int level, struct xfs_mount *mp, const char *filename, int linenum, inst_t *ra)
 
void xfs_corruption_error (const char *tag, int level, struct xfs_mount *mp, void *p, const char *filename, int linenum, inst_t *ra)
 

Function Documentation

void xfs_corruption_error ( const char tag,
int  level,
struct xfs_mount *  mp,
void p,
const char filename,
int  linenum,
inst_t *  ra 
)

Definition at line 171 of file xfs_error.c.

void xfs_error_report ( const char tag,
int  level,
struct xfs_mount *  mp,
const char filename,
int  linenum,
inst_t *  ra 
)

Definition at line 153 of file xfs_error.c.