/fs/jffs2/ |
D | debug.h | 66 #define jffs2_dbg(level, fmt, ...) \ argument 69 pr_debug(fmt, ##__VA_ARGS__); \ 78 #define JFFS2_ERROR(fmt, ...) \ argument 79 pr_err("error: (%d) %s: " fmt, \ 82 #define JFFS2_WARNING(fmt, ...) \ argument 83 pr_warn("warning: (%d) %s: " fmt, \ 86 #define JFFS2_NOTICE(fmt, ...) \ argument 87 pr_notice("notice: (%d) %s: " fmt, \ 90 #define JFFS2_DEBUG(fmt, ...) \ argument 91 printk(KERN_DEBUG "[JFFS2 DBG] (%d) %s: " fmt, \ [all …]
|
/fs/xfs/ |
D | xfs_message.h | 8 void xfs_emerg(const struct xfs_mount *mp, const char *fmt, ...); 10 void xfs_alert(const struct xfs_mount *mp, const char *fmt, ...); 12 void xfs_alert_tag(const struct xfs_mount *mp, int tag, const char *fmt, ...); 14 void xfs_crit(const struct xfs_mount *mp, const char *fmt, ...); 16 void xfs_err(const struct xfs_mount *mp, const char *fmt, ...); 18 void xfs_warn(const struct xfs_mount *mp, const char *fmt, ...); 20 void xfs_notice(const struct xfs_mount *mp, const char *fmt, ...); 22 void xfs_info(const struct xfs_mount *mp, const char *fmt, ...); 26 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...); 29 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...) in xfs_debug() argument [all …]
|
D | xfs_message.c | 43 void func(const struct xfs_mount *mp, const char *fmt, ...) \ 49 va_start(args, fmt); \ 51 vaf.fmt = fmt; \ 78 const char *fmt, ...) in xfs_alert_tag() argument 89 va_start(args, fmt); in xfs_alert_tag() 91 vaf.fmt = fmt; in xfs_alert_tag()
|
/fs/ubifs/ |
D | debug.h | 167 #define ubifs_dbg_msg(type, fmt, ...) \ argument 168 pr_debug("UBIFS DBG " type " (pid %d): " fmt "\n", current->pid, \ 172 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument 174 pr_debug("UBIFS DBG " type " (pid %d): " fmt "%s\n", current->pid, \ 180 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument 182 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument 183 #define dbg_jnlk(key, fmt, ...) \ argument 184 ubifs_dbg_msg_key("jnl", key, fmt, ##__VA_ARGS__) 186 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument 187 #define dbg_tnck(key, fmt, ...) \ argument [all …]
|
D | misc.c | 6 void ubifs_msg(const struct ubifs_info *c, const char *fmt, ...) in ubifs_msg() argument 11 va_start(args, fmt); in ubifs_msg() 13 vaf.fmt = fmt; in ubifs_msg() 23 void ubifs_err(const struct ubifs_info *c, const char *fmt, ...) in ubifs_err() argument 28 va_start(args, fmt); in ubifs_err() 30 vaf.fmt = fmt; in ubifs_err() 42 void ubifs_warn(const struct ubifs_info *c, const char *fmt, ...) in ubifs_warn() argument 47 va_start(args, fmt); in ubifs_warn() 49 vaf.fmt = fmt; in ubifs_warn()
|
/fs/ntfs/ |
D | debug.c | 21 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 44 const char *fmt, ...) in __ntfs_warning() argument 56 va_start(args, fmt); in __ntfs_warning() 57 vaf.fmt = fmt; in __ntfs_warning() 87 const char *fmt, ...) in __ntfs_error() argument 99 va_start(args, fmt); in __ntfs_error() 100 vaf.fmt = fmt; in __ntfs_error() 116 const char *fmt, ...) in __ntfs_debug() argument 126 va_start(args, fmt); in __ntfs_debug() 127 vaf.fmt = fmt; in __ntfs_debug()
|
D | debug.h | 51 #define ntfs_debug(fmt, ...) \ argument 54 no_printk(fmt, ##__VA_ARGS__); \ 63 const char *fmt, ...); 68 const char *fmt, ...);
|
/fs/jfs/ |
D | jfs_debug.h | 68 #define jfs_info(fmt, arg...) do { \ argument 70 printk(KERN_INFO fmt "\n", ## arg); \ 74 #define jfs_debug(fmt, arg...) do { \ argument 76 printk(KERN_DEBUG fmt "\n", ## arg); \ 80 #define jfs_warn(fmt, arg...) do { \ argument 82 printk(KERN_WARNING fmt "\n", ## arg); \ 86 #define jfs_err(fmt, arg...) do { \ argument 88 printk(KERN_ERR fmt "\n", ## arg); \ 97 #define jfs_info(fmt, arg...) do {} while (0) argument 98 #define jfs_debug(fmt, arg...) do {} while (0) argument [all …]
|
/fs/cifs/ |
D | cifs_debug.h | 49 __printf(1, 2) void cifs_vfs_err(const char *fmt, ...); 52 #define cifs_dbg(type, fmt, ...) \ argument 56 fmt, __FILE__, ##__VA_ARGS__); \ 58 cifs_vfs_err(fmt, ##__VA_ARGS__); \ 60 pr_debug_ratelimited(fmt, ##__VA_ARGS__); \ 69 #define cifs_dbg(type, fmt, ...) \ argument 72 pr_debug(fmt, ##__VA_ARGS__); \
|
/fs/udf/ |
D | udfdecl.h | 5 #define pr_fmt(fmt) "UDF-fs: " fmt argument 22 const char *function, const char *fmt, ...); 23 #define udf_err(sb, fmt, ...) \ argument 24 _udf_err(sb, __func__, fmt, ##__VA_ARGS__) 27 const char *function, const char *fmt, ...); 28 #define udf_warn(sb, fmt, ...) \ argument 29 _udf_warn(sb, __func__, fmt, ##__VA_ARGS__) 31 #define udf_info(fmt, ...) \ argument 32 pr_info("INFO " fmt, ##__VA_ARGS__) 37 #define udf_debug(fmt, ...) \ argument [all …]
|
/fs/gfs2/ |
D | util.h | 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 22 #define fs_emerg(fs, fmt, ...) \ argument 23 pr_emerg("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__) 24 #define fs_warn(fs, fmt, ...) \ argument 25 pr_warn("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__) 26 #define fs_err(fs, fmt, ...) \ argument 27 pr_err("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__) 28 #define fs_info(fs, fmt, ...) \ argument 29 pr_info("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__) 170 int gfs2_lm_withdraw(struct gfs2_sbd *sdp, const char *fmt, ...);
|
/fs/befs/ |
D | debug.c | 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 29 befs_error(const struct super_block *sb, const char *fmt, ...) in befs_error() argument 34 va_start(args, fmt); in befs_error() 35 vaf.fmt = fmt; in befs_error() 42 befs_warning(const struct super_block *sb, const char *fmt, ...) in befs_warning() argument 47 va_start(args, fmt); in befs_warning() 48 vaf.fmt = fmt; in befs_warning() 55 befs_debug(const struct super_block *sb, const char *fmt, ...) in befs_debug() argument 62 va_start(args, fmt); in befs_debug() 63 vaf.fmt = fmt; in befs_debug()
|
/fs/btrfs/ |
D | ctree.h | 1349 #define btrfs_set_and_info(fs_info, opt, fmt, args...) \ argument 1352 btrfs_info(fs_info, fmt, ##args); \ 1356 #define btrfs_clear_and_info(fs_info, opt, fmt, args...) \ argument 1359 btrfs_info(fs_info, fmt, ##args); \ 1401 #define btrfs_set_pending_and_info(info, opt, fmt, args...) \ argument 1404 btrfs_info((info), fmt, ##args); \ 1410 #define btrfs_clear_pending_and_info(info, opt, fmt, args...) \ argument 1413 btrfs_info((info), fmt, ##args); \ 3267 void btrfs_no_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...) in btrfs_no_printk() argument 3273 void btrfs_printk(const struct btrfs_fs_info *fs_info, const char *fmt, ...); [all …]
|
D | rcu-string.h | 41 #define printk_in_rcu(fmt, ...) do { \ argument 43 printk(fmt, __VA_ARGS__); \ 47 #define printk_ratelimited_in_rcu(fmt, ...) do { \ argument 49 printk_ratelimited(fmt, __VA_ARGS__); \
|
/fs/ocfs2/ |
D | super.h | 34 const char *fmt, ...); 36 #define ocfs2_error(sb, fmt, ...) \ argument 37 __ocfs2_error(sb, __PRETTY_FUNCTION__, fmt, ##__VA_ARGS__) 41 const char *fmt, ...); 43 #define ocfs2_abort(sb, fmt, ...) \ argument 44 __ocfs2_abort(sb, __PRETTY_FUNCTION__, fmt, ##__VA_ARGS__)
|
/fs/exofs/ |
D | ore_raid.h | 18 #define ORE_ERR(fmt, a...) printk(KERN_ERR "ore: " fmt, ##a) argument 21 #define ORE_DBGMSG(fmt, a...) \ argument 22 printk(KERN_NOTICE "ore @%s:%d: " fmt, __func__, __LINE__, ##a) 24 #define ORE_DBGMSG(fmt, a...) \ argument 25 do { if (0) printk(fmt, ##a); } while (0)
|
/fs/ocfs2/cluster/ |
D | masklog.h | 167 const char *fmt, ...); 173 #define mlog(mask, fmt, ...) \ argument 177 __mlog_printk(&_m, __func__, __LINE__, fmt, \ 181 #define mlog_ratelimited(mask, fmt, ...) \ argument 187 mlog(mask, fmt, ##__VA_ARGS__); \ 199 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument 202 mlog(ML_ERROR, fmt, ##args); \
|
/fs/reiserfs/ |
D | prints.c | 174 static char *is_there_reiserfs_struct(char *fmt, int *what) in is_there_reiserfs_struct() argument 176 char *k = fmt; in is_there_reiserfs_struct() 203 static void prepare_error_buf(const char *fmt, va_list args) in prepare_error_buf() argument 213 if (WARN_ON(strscpy(fmt_buf, fmt, sizeof(fmt_buf)) < 0)) { in prepare_error_buf() 277 #define do_reiserfs_warning(fmt)\ argument 280 va_start( args, fmt );\ 281 prepare_error_buf( fmt, args );\ 286 const char *function, const char *fmt, ...) in __reiserfs_warning() argument 288 do_reiserfs_warning(fmt); in __reiserfs_warning() 299 void reiserfs_info(struct super_block *sb, const char *fmt, ...) in reiserfs_info() argument [all …]
|
/fs/ncpfs/ |
D | ncp_fs.h | 8 #define ncp_vdbg(fmt, ...) \ argument 9 pr_debug(fmt, ##__VA_ARGS__) 11 #define ncp_vdbg(fmt, ...) \ argument 14 pr_debug(fmt, ##__VA_ARGS__); \ 26 #define ncp_dbg(level, fmt, ...) \ argument 29 pr_debug(fmt, ##__VA_ARGS__); \
|
/fs/nilfs2/ |
D | nilfs.h | 305 const char *fmt, ...); 308 const char *fmt, ...); 312 #define nilfs_msg(sb, level, fmt, ...) \ argument 313 __nilfs_msg(sb, level, fmt, ##__VA_ARGS__) 314 #define nilfs_error(sb, fmt, ...) \ argument 315 __nilfs_error(sb, __func__, fmt, ##__VA_ARGS__) 319 #define nilfs_msg(sb, level, fmt, ...) \ argument 321 no_printk(fmt, ##__VA_ARGS__); \ 324 #define nilfs_error(sb, fmt, ...) \ argument 326 no_printk(fmt, ##__VA_ARGS__); \
|
/fs/orangefs/ |
D | protocol.h | 399 #define gossip_debug(mask, fmt, ...) \ argument 402 printk(KERN_DEBUG fmt, ##__VA_ARGS__); \ 408 #define gossip_debug(mask, fmt, ...) \ argument 411 printk(KERN_DEBUG fmt, ##__VA_ARGS__); \ 416 #define gossip_ldebug(mask, fmt, ...) \ argument 417 gossip_debug(mask, "%s: " fmt, __func__, ##__VA_ARGS__) 420 #define gossip_lerr(fmt, ...) \ argument 421 gossip_err("%s line %d: " fmt, \
|
/fs/fat/ |
D | misc.c | 19 void __fat_fs_error(struct super_block *sb, int report, const char *fmt, ...) in __fat_fs_error() argument 26 va_start(args, fmt); in __fat_fs_error() 27 vaf.fmt = fmt; in __fat_fs_error() 46 void fat_msg(struct super_block *sb, const char *level, const char *fmt, ...) in fat_msg() argument 51 va_start(args, fmt); in fat_msg() 52 vaf.fmt = fmt; in fat_msg()
|
/fs/ |
D | binfmt_misc.c | 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 132 Node *fmt; in load_misc_binary() local 143 fmt = check_file(bprm); in load_misc_binary() 144 if (fmt) in load_misc_binary() 145 dget(fmt->dentry); in load_misc_binary() 147 if (!fmt) in load_misc_binary() 155 if (!(fmt->flags & MISC_FMT_PRESERVE_ARGV0)) { in load_misc_binary() 161 if (fmt->flags & MISC_FMT_OPEN_BINARY) { in load_misc_binary() 197 retval = copy_strings_kernel(1, &fmt->interpreter, bprm); in load_misc_binary() 203 retval = bprm_change_interp(fmt->interpreter, bprm); in load_misc_binary() [all …]
|
/fs/crypto/ |
D | fscrypt_private.h | 132 fscrypt_msg(struct super_block *sb, const char *level, const char *fmt, ...); 134 #define fscrypt_warn(sb, fmt, ...) \ argument 135 fscrypt_msg(sb, KERN_WARNING, fmt, ##__VA_ARGS__) 136 #define fscrypt_err(sb, fmt, ...) \ argument 137 fscrypt_msg(sb, KERN_ERR, fmt, ##__VA_ARGS__)
|
/fs/dlm/ |
D | dlm_internal.h | 63 #define log_print(fmt, args...) \ argument 64 printk(KERN_ERR "dlm: "fmt"\n" , ##args) 65 #define log_error(ls, fmt, args...) \ argument 66 printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args) 68 #define log_rinfo(ls, fmt, args...) \ argument 71 printk(KERN_INFO "dlm: %s: " fmt "\n", \ 74 printk(KERN_DEBUG "dlm: %s: " fmt "\n", \ 78 #define log_debug(ls, fmt, args...) \ argument 81 printk(KERN_DEBUG "dlm: %s: " fmt "\n", \ 85 #define log_limit(ls, fmt, args...) \ argument [all …]
|