| /fs/xfs/ |
| A D | xfs_message.h | 11 const char *fmt, ...); 18 #define xfs_emerg(mp, fmt, ...) \ argument 20 #define xfs_alert(mp, fmt, ...) \ argument 22 #define xfs_crit(mp, fmt, ...) \ argument 24 #define xfs_err(mp, fmt, ...) \ argument 26 #define xfs_warn(mp, fmt, ...) \ argument 28 #define xfs_notice(mp, fmt, ...) \ argument 30 #define xfs_info(mp, fmt, ...) \ argument 33 #define xfs_debug(mp, fmt, ...) \ argument 47 const char *fmt, ...); [all …]
|
| A D | xfs_message.c | 34 const char *fmt, ...) in xfs_printk_level() argument 40 va_start(args, fmt); in xfs_printk_level() 41 vaf.fmt = fmt; in xfs_printk_level() 58 const char *fmt, ...) in _xfs_alert_tag() argument 69 va_start(args, fmt); in _xfs_alert_tag() 71 vaf.fmt = fmt; in _xfs_alert_tag() 117 const char *fmt, in xfs_buf_alert_ratelimited() argument 128 va_start(args, fmt); in xfs_buf_alert_ratelimited() 129 vaf.fmt = fmt; in xfs_buf_alert_ratelimited()
|
| /fs/jffs2/ |
| A D | debug.h | 103 #define dbg_readinode(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 115 #define dbg_fragtree(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 120 #define dbg_fragtree2(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 127 #define dbg_dentlist(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 134 #define dbg_noderef(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 141 #define dbg_inocache(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 148 #define dbg_summary(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 155 #define dbg_fsbuild(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 162 #define dbg_memalloc(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 167 #define dbg_xattr(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument [all …]
|
| /fs/btrfs/ |
| A D | messages.h | 28 _btrfs_printk(fs_info, fmt, ##args) 37 btrfs_no_printk(fs_info, fmt, ##args) 43 #define btrfs_crit(fs_info, fmt, args...) \ argument 45 #define btrfs_err(fs_info, fmt, args...) \ argument 47 #define btrfs_warn(fs_info, fmt, args...) \ argument 49 #define btrfs_info(fs_info, fmt, args...) \ argument 67 fs_info, KERN_DEBUG fmt, ##args) 70 fs_info, KERN_DEBUG fmt, ##args) 85 btrfs_printk(fs_info, fmt, ##args); \ 97 btrfs_printk(fs_info, fmt, ##args); \ [all …]
|
| A D | messages.c | 140 if (fmt) { in __btrfs_handle_fs_error() 144 va_start(args, fmt); in __btrfs_handle_fs_error() 145 vaf.fmt = fmt; in __btrfs_handle_fs_error() 225 va_start(args, fmt); in _btrfs_printk() 227 while ((kern_level = printk_get_level(fmt)) != 0) { in _btrfs_printk() 228 size_t size = printk_skip_level(fmt) - fmt; in _btrfs_printk() 231 memcpy(lvl, fmt, size); in _btrfs_printk() 236 fmt += size; in _btrfs_printk() 239 vaf.fmt = fmt; in _btrfs_printk() 295 struct va_format vaf = { .fmt = fmt }; in __btrfs_panic() [all …]
|
| /fs/smb/client/ |
| A D | cifs_debug.h | 15 #define pr_fmt(fmt) "CIFS: " fmt argument 56 pr_info_ ## ratefunc(fmt, ##__VA_ARGS__) 58 #define cifs_info(fmt, ...) \ argument 65 pr_debug_ ## ratefunc("%s: " fmt, \ 74 #define cifs_dbg(type, fmt, ...) \ argument 93 pr_debug_ ## ratefunc("\\\\%s " fmt, \ 137 #define cifs_dbg(type, fmt, ...) \ argument 140 pr_debug(fmt, ##__VA_ARGS__); \ 146 pr_debug("\\\\%s " fmt, \ 156 #define cifs_info(fmt, ...) \ argument [all …]
|
| /fs/ubifs/ |
| A D | debug.h | 171 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument 173 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument 177 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument 181 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument 183 #define dbg_find(fmt, ...) ubifs_dbg_msg("find", fmt, ##__VA_ARGS__) argument 185 #define dbg_mnt(fmt, ...) ubifs_dbg_msg("mnt", fmt, ##__VA_ARGS__) argument 189 #define dbg_io(fmt, ...) ubifs_dbg_msg("io", fmt, ##__VA_ARGS__) argument 191 #define dbg_cmt(fmt, ...) ubifs_dbg_msg("cmt", fmt, ##__VA_ARGS__) argument 193 #define dbg_budg(fmt, ...) ubifs_dbg_msg("budg", fmt, ##__VA_ARGS__) argument 195 #define dbg_log(fmt, ...) ubifs_dbg_msg("log", fmt, ##__VA_ARGS__) argument [all …]
|
| A 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/ntfs3/ |
| A D | debug.h | 24 void ntfs_printk(const struct super_block *sb, const char *fmt, ...); 26 void ntfs_inode_printk(struct inode *inode, const char *fmt, ...); 29 void ntfs_printk(const struct super_block *sb, const char *fmt, ...) in ntfs_printk() argument 34 void ntfs_inode_printk(struct inode *inode, const char *fmt, ...) in ntfs_inode_printk() argument 43 #define ntfs_err(sb, fmt, ...) ntfs_printk(sb, KERN_ERR fmt, ##__VA_ARGS__) argument 44 #define ntfs_warn(sb, fmt, ...) ntfs_printk(sb, KERN_WARNING fmt, ##__VA_ARGS__) argument 45 #define ntfs_info(sb, fmt, ...) ntfs_printk(sb, KERN_INFO fmt, ##__VA_ARGS__) argument 46 #define ntfs_notice(sb, fmt, ...) \ argument 47 ntfs_printk(sb, KERN_NOTICE fmt, ##__VA_ARGS__) 50 ntfs_inode_printk(inode, KERN_ERR fmt, ##__VA_ARGS__) [all …]
|
| /fs/bcachefs/ |
| A D | bcachefs.h | 181 #define pr_fmt(fmt) "bcachefs: %s() " fmt "\n", __func__ argument 183 #define pr_fmt(fmt) "%s() " fmt "\n", __func__ argument 278 #define bch2_log_msg(_c, fmt) "bcachefs (%s): " fmt, ((_c)->name) argument 279 #define bch2_fmt_dev(_ca, fmt) "bcachefs (%s): " fmt "\n", ((_ca)->name) argument 287 #define bch2_log_msg(_c, fmt) fmt argument 288 #define bch2_fmt_dev(_ca, fmt) "%s: " fmt "\n", ((_ca)->name) argument 290 #define bch2_fmt_inum(_c, _inum, fmt) "inum %llu: " fmt "\n", (_inum) argument 296 #define bch2_fmt(_c, fmt) bch2_log_msg(_c, fmt "\n") argument 332 #define bch_info(c, fmt, ...) \ argument 338 #define bch_warn(c, fmt, ...) \ argument [all …]
|
| A D | error.c | 66 prt_vprintf(&buf, fmt, args); in bch2_fs_trans_inconsistent() 81 va_start(args, fmt); in bch2_fs_inconsistent() 90 va_start(args, fmt); in bch2_trans_inconsistent() 117 va_start(args, fmt); in bch2_fs_topology_error() 118 prt_vprintf(&buf, fmt, args); in bch2_fs_topology_error() 443 const char *fmt, ...) in __bch2_fsck_err() argument 487 va_start(args, fmt); in __bch2_fsck_err() 488 prt_vprintf(out, fmt, args); in __bch2_fsck_err() 664 const char *fmt, ...) in __bch2_bkey_fsck_err() argument 695 va_start(args, fmt); in __bch2_bkey_fsck_err() [all …]
|
| /fs/jfs/ |
| A D | jfs_debug.h | 55 #define jfs_info(fmt, arg...) do { \ argument 57 printk(KERN_INFO fmt "\n", ## arg); \ 61 #define jfs_debug(fmt, arg...) do { \ argument 63 printk(KERN_DEBUG fmt "\n", ## arg); \ 67 #define jfs_warn(fmt, arg...) do { \ argument 69 printk(KERN_WARNING fmt "\n", ## arg); \ 73 #define jfs_err(fmt, arg...) do { \ argument 75 printk(KERN_ERR fmt "\n", ## arg); \ 84 #define jfs_info(fmt, arg...) do {} while (0) argument 86 #define jfs_warn(fmt, arg...) do {} while (0) argument [all …]
|
| /fs/nilfs2/ |
| A D | nilfs.h | 330 const char *fmt, ...); 334 #define nilfs_msg(sb, level, fmt, ...) \ argument 335 __nilfs_msg(sb, level fmt, ##__VA_ARGS__) 336 #define nilfs_error(sb, fmt, ...) \ argument 343 no_printk(level fmt, ##__VA_ARGS__); \ 346 #define nilfs_error(sb, fmt, ...) \ argument 348 no_printk(fmt, ##__VA_ARGS__); \ 354 #define nilfs_crit(sb, fmt, ...) \ argument 356 #define nilfs_err(sb, fmt, ...) \ argument 358 #define nilfs_warn(sb, fmt, ...) \ argument [all …]
|
| /fs/befs/ |
| A 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/ocfs2/ |
| A D | super.h | 15 const char *fmt, ...); 17 #define ocfs2_error(sb, fmt, ...) \ argument 18 __ocfs2_error(sb, __PRETTY_FUNCTION__, fmt, ##__VA_ARGS__) 22 const char *fmt, ...); 24 #define ocfs2_abort(sb, fmt, ...) \ argument 25 __ocfs2_abort(sb, __PRETTY_FUNCTION__, fmt, ##__VA_ARGS__)
|
| /fs/smb/server/ |
| A D | glob.h | 34 #define pr_fmt(fmt) "ksmbd: " SUBMOD_NAME ": " fmt argument 36 #define pr_fmt(fmt) "ksmbd: " fmt argument 39 #define ksmbd_debug(type, fmt, ...) \ argument 42 pr_info(fmt, ##__VA_ARGS__); \
|
| /fs/udf/ |
| A 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__) 34 #define udf_debug(fmt, ...) \ argument [all …]
|
| /fs/gfs2/ |
| A D | util.h | 12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 19 #define fs_emerg(fs, fmt, ...) \ argument 20 pr_emerg("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__) 21 #define fs_warn(fs, fmt, ...) \ argument 22 pr_warn("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__) 23 #define fs_err(fs, fmt, ...) \ argument 24 pr_err("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__) 25 #define fs_info(fs, fmt, ...) \ argument 26 pr_info("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__) 230 void gfs2_lm(struct gfs2_sbd *sdp, const char *fmt, ...);
|
| /fs/ocfs2/cluster/ |
| A D | masklog.h | 151 const char *fmt, ...); 157 #define mlog(mask, fmt, ...) \ argument 161 __mlog_printk(&_m, __func__, __LINE__, fmt, \ 165 #define mlog_ratelimited(mask, fmt, ...) \ argument 171 mlog(mask, fmt, ##__VA_ARGS__); \ 183 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument 186 mlog(ML_ERROR, fmt, ##args); \
|
| /fs/verity/ |
| A D | fsverity_private.h | 11 #define pr_fmt(fmt) "fs-verity: " fmt argument 101 const char *fmt, ...); 103 #define fsverity_warn(inode, fmt, ...) \ argument 104 fsverity_msg((inode), KERN_WARNING, fmt, ##__VA_ARGS__) 105 #define fsverity_err(inode, fmt, ...) \ argument 106 fsverity_msg((inode), KERN_ERR, fmt, ##__VA_ARGS__)
|
| A D | init.c | 38 const char *fmt, ...) in fsverity_msg() argument 48 va_start(args, fmt); in fsverity_msg() 49 vaf.fmt = fmt; in fsverity_msg()
|
| /fs/dlm/ |
| A D | dlm_internal.h | 58 #define log_print(fmt, args...) \ argument 59 printk(KERN_ERR "dlm: "fmt"\n" , ##args) 60 #define log_print_ratelimited(fmt, args...) \ argument 61 printk_ratelimited(KERN_ERR "dlm: "fmt"\n", ##args) 62 #define log_error(ls, fmt, args...) \ argument 65 #define log_rinfo(ls, fmt, args...) \ argument 68 printk(KERN_INFO "dlm: %s: " fmt "\n", \ 71 printk(KERN_DEBUG "dlm: %s: " fmt "\n", \ 75 #define log_debug(ls, fmt, args...) \ argument 78 printk(KERN_DEBUG "dlm: %s: " fmt "\n", \ [all …]
|
| /fs/exfat/ |
| A D | exfat_fs.h | 550 #define exfat_fs_error(sb, fmt, args...) \ argument 551 __exfat_fs_error(sb, 1, fmt, ## args) 552 #define exfat_fs_error_ratelimit(sb, fmt, args...) \ argument 554 fmt, ## args) 557 #define exfat_err(sb, fmt, ...) \ argument 558 pr_err("exFAT-fs (%s): " fmt "\n", (sb)->s_id, ##__VA_ARGS__) 559 #define exfat_warn(sb, fmt, ...) \ argument 560 pr_warn("exFAT-fs (%s): " fmt "\n", (sb)->s_id, ##__VA_ARGS__) 561 #define exfat_info(sb, fmt, ...) \ argument 562 pr_info("exFAT-fs (%s): " fmt "\n", (sb)->s_id, ##__VA_ARGS__) [all …]
|
| /fs/nfs/ |
| A D | internal.h | 166 errorf(fc, fmt, ## __VA_ARGS__) : \ 167 ({ dprintk(fmt "\n", ## __VA_ARGS__); })) 170 errorf(fc, fmt, ## __VA_ARGS__) : \ 171 ({ dfprintk(fac, fmt "\n", ## __VA_ARGS__); })) 174 invalf(fc, fmt, ## __VA_ARGS__) : \ 178 invalf(fc, fmt, ## __VA_ARGS__) : \ 181 #define nfs_warnf(fc, fmt, ...) ((fc)->log.log ? \ argument 182 warnf(fc, fmt, ## __VA_ARGS__) : \ 183 ({ dprintk(fmt "\n", ## __VA_ARGS__); })) 186 warnf(fc, fmt, ## __VA_ARGS__) : \ [all …]
|
| /fs/ext4/ |
| A D | ext4.h | 82 #define ext4_debug(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 94 #define ext_debug(ino, fmt, ...) \ argument 100 #define ext_debug(ino, fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 3192 (fmt), ## a) 3206 (err), (fmt), ##__VA_ARGS__) 3225 fmt, ##__VA_ARGS__) 3231 no_printk(fmt, ##__VA_ARGS__); \ 3236 no_printk(fmt, ##__VA_ARGS__); \ 3241 no_printk(fmt, ##__VA_ARGS__); \ 3246 no_printk(fmt, ##__VA_ARGS__); \ [all …]
|