FATAL
#define FATAL(x...) TPRINT(x)
#define FATAL(x) DEBUG_CONTEXT( __out x )
#define FATAL(x) DEBUG_CONTEXT( __out x )
#define FATAL(x) { __out("bfs: "); __out x; }
#define FATAL(x) { __out("bfs: "); __out x; }
#define FATAL(x...) DEBUG_CONTEXT( __out(x) )
#define FATAL(x...) DEBUG_CONTEXT( __out(x) )
# define FATAL(x...) dprintf("\33[34mbtrfs:\33[0m " x)
# define FATAL(x...) dprintf("\33[34mext2:\33[0m " x)
#define FATAL(x) \
#define FATAL(x) \
#define FATAL(x...) DEBUG_CONTEXT( __out(x) )
#define FATAL(x...) DEBUG_CONTEXT( __out(x) )
#define FATAL(x) { \
#define FATAL(x) { __out("udf: fatal error: "); __out x; }
#define FATAL(x) { \
#define FATAL(x) { __out("session: fatal error: "); __out x; }
#define FATAL(x) DEBUG_CONTEXT( __out x )
#define FATAL(x) DEBUG_CONTEXT( __out x )
#define FATAL(x...) DEBUG_CONTEXT( __out(x) )
#define FATAL(x...) DEBUG_CONTEXT( __out(x) )
#define FATAL(x...) { __out(DEBUG_APP ": " x); }
#define FATAL(x...) { __out(DEBUG_APP ": " x); }
#define FATAL(x) panic x
#define FATAL(x) dprintf x
#define FATAL(x...) \
#define FATAL(x) { __out("udf: "); __out x; }
#define FATAL(x) { __out("udf: "); __out x; }
#define FATAL(...) \
#define FATAL(x) fssh_panic x
#define FATAL(x) fssh_dprintf x