Lines Matching defs:fmt
7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
14 * @fmt: warning string containing format specifications
15 * @...: a variable number of arguments specified in @fmt
20 * @fmt and the corresponding @... is printf style format string containing
26 * Note, you should be using debug.h::ntfs_warning(@sb, @fmt, @...) instead
30 const char *fmt, ...)
42 va_start(args, fmt);
43 vaf.fmt = fmt;
57 * @fmt: error string containing format specifications
58 * @...: a variable number of arguments specified in @fmt
63 * @fmt and the corresponding @... is printf style format string containing
69 * Note, you should be using debug.h::ntfs_error(@sb, @fmt, @...) instead
73 const char *fmt, ...)
85 va_start(args, fmt);
86 vaf.fmt = fmt;
102 const char *fmt, ...)
112 va_start(args, fmt);
113 vaf.fmt = fmt;