/linux-4.19.296/fs/ubifs/ |
D | misc.c | 8 struct va_format vaf; in ubifs_msg() local 13 vaf.fmt = fmt; in ubifs_msg() 14 vaf.va = &args; in ubifs_msg() 17 c->vi.ubi_num, c->vi.vol_id, &vaf); in ubifs_msg() 25 struct va_format vaf; in ubifs_err() local 30 vaf.fmt = fmt; in ubifs_err() 31 vaf.va = &args; in ubifs_err() 36 &vaf); in ubifs_err() 44 struct va_format vaf; in ubifs_warn() local 49 vaf.fmt = fmt; in ubifs_warn() [all …]
|
/linux-4.19.296/fs/ntfs/ |
D | debug.c | 46 struct va_format vaf; in __ntfs_warning() local 57 vaf.fmt = fmt; in __ntfs_warning() 58 vaf.va = &args; in __ntfs_warning() 61 sb->s_id, flen ? function : "", &vaf); in __ntfs_warning() 63 pr_warn("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_warning() 89 struct va_format vaf; in __ntfs_error() local 100 vaf.fmt = fmt; in __ntfs_error() 101 vaf.va = &args; in __ntfs_error() 104 sb->s_id, flen ? function : "", &vaf); in __ntfs_error() 106 pr_err("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_error() [all …]
|
/linux-4.19.296/fs/xfs/ |
D | xfs_message.c | 21 struct va_format *vaf) in __xfs_printk() argument 24 printk("%sXFS (%s): %pV\n", level, mp->m_fsname, vaf); in __xfs_printk() 27 printk("%sXFS: %pV\n", level, vaf); in __xfs_printk() 33 struct va_format vaf; \ 39 vaf.fmt = fmt; \ 40 vaf.va = &args; \ 42 __xfs_printk(kern_level, mp, &vaf); \ 68 struct va_format vaf; in xfs_alert_tag() local 79 vaf.fmt = fmt; in xfs_alert_tag() 80 vaf.va = &args; in xfs_alert_tag() [all …]
|
/linux-4.19.296/fs/befs/ |
D | debug.c | 31 struct va_format vaf; in befs_error() local 35 vaf.fmt = fmt; in befs_error() 36 vaf.va = &args; in befs_error() 37 pr_err("(%s): %pV\n", sb->s_id, &vaf); in befs_error() 44 struct va_format vaf; in befs_warning() local 48 vaf.fmt = fmt; in befs_warning() 49 vaf.va = &args; in befs_warning() 50 pr_warn("(%s): %pV\n", sb->s_id, &vaf); in befs_warning() 59 struct va_format vaf; in befs_debug() local 63 vaf.fmt = fmt; in befs_debug() [all …]
|
/linux-4.19.296/fs/btrfs/ |
D | tree-checker.c | 50 struct va_format vaf; in generic_err() local 55 vaf.fmt = fmt; in generic_err() 56 vaf.va = &args; in generic_err() 61 btrfs_header_owner(eb), btrfs_header_bytenr(eb), slot, &vaf); in generic_err() 76 struct va_format vaf; in file_extent_err() local 82 vaf.fmt = fmt; in file_extent_err() 83 vaf.va = &args; in file_extent_err() 89 key.objectid, key.offset, &vaf); in file_extent_err() 230 struct va_format vaf; in dir_item_err() local 236 vaf.fmt = fmt; in dir_item_err() [all …]
|
D | super.c | 117 struct va_format vaf; in __btrfs_handle_fs_error() local 121 vaf.fmt = fmt; in __btrfs_handle_fs_error() 122 vaf.va = &args; in __btrfs_handle_fs_error() 125 sb->s_id, function, line, errno, errstr, &vaf); in __btrfs_handle_fs_error() 190 struct va_format vaf; in btrfs_printk() local 210 vaf.fmt = fmt; in btrfs_printk() 211 vaf.va = &args; in btrfs_printk() 215 fs_info ? fs_info->sb->s_id : "<unknown>", &vaf); in btrfs_printk() 269 struct va_format vaf = { .fmt = fmt }; in __btrfs_panic() local 276 vaf.va = &args; in __btrfs_panic() [all …]
|
/linux-4.19.296/fs/fat/ |
D | misc.c | 23 struct va_format vaf; in __fat_fs_error() local 27 vaf.fmt = fmt; in __fat_fs_error() 28 vaf.va = &args; in __fat_fs_error() 29 fat_msg(sb, KERN_ERR, "error, %pV", &vaf); in __fat_fs_error() 48 struct va_format vaf; in fat_msg() local 52 vaf.fmt = fmt; in fat_msg() 53 vaf.va = &args; in fat_msg() 54 printk("%sFAT-fs (%s): %pV\n", level, sb->s_id, &vaf); in fat_msg()
|
/linux-4.19.296/include/drm/ |
D | drm_print.h | 71 void (*printfn)(struct drm_printer *p, struct va_format *vaf); 77 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf); 79 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf); 81 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf); 82 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf); 98 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf() local 100 p->printfn(p, &vaf); in drm_vprintf()
|
/linux-4.19.296/lib/ |
D | dynamic_debug.c | 556 struct va_format vaf; in __dynamic_pr_debug() local 564 vaf.fmt = fmt; in __dynamic_pr_debug() 565 vaf.va = &args; in __dynamic_pr_debug() 567 printk(KERN_DEBUG "%s%pV", dynamic_emit_prefix(descriptor, buf), &vaf); in __dynamic_pr_debug() 576 struct va_format vaf; in __dynamic_dev_dbg() local 584 vaf.fmt = fmt; in __dynamic_dev_dbg() 585 vaf.va = &args; in __dynamic_dev_dbg() 588 printk(KERN_DEBUG "(NULL device *): %pV", &vaf); in __dynamic_dev_dbg() 595 &vaf); in __dynamic_dev_dbg() 607 struct va_format vaf; in __dynamic_netdev_dbg() local [all …]
|
/linux-4.19.296/fs/ocfs2/cluster/ |
D | masklog.c | 70 struct va_format vaf; in __mlog_printk() local 90 vaf.fmt = fmt; in __mlog_printk() 91 vaf.va = &args; in __mlog_printk() 95 raw_smp_processor_id(), func, line, prefix, &vaf); in __mlog_printk()
|
/linux-4.19.296/fs/gfs2/ |
D | util.c | 43 struct va_format vaf; in gfs2_lm_withdraw() local 52 vaf.fmt = fmt; in gfs2_lm_withdraw() 53 vaf.va = &args; in gfs2_lm_withdraw() 55 fs_err(sdp, "%pV", &vaf); in gfs2_lm_withdraw()
|
/linux-4.19.296/fs/affs/ |
D | amigaffs.c | 475 struct va_format vaf; in affs_error() local 479 vaf.fmt = fmt; in affs_error() 480 vaf.va = &args; in affs_error() 481 pr_crit("error (device %s): %s(): %pV\n", sb->s_id, function, &vaf); in affs_error() 491 struct va_format vaf; in affs_warning() local 495 vaf.fmt = fmt; in affs_warning() 496 vaf.va = &args; in affs_warning() 497 pr_warn("(device %s): %s(): %pV\n", sb->s_id, function, &vaf); in affs_warning()
|
/linux-4.19.296/fs/crypto/ |
D | crypto.c | 436 struct va_format vaf; in fscrypt_msg() local 443 vaf.fmt = fmt; in fscrypt_msg() 444 vaf.va = &args; in fscrypt_msg() 446 printk("%sfscrypt (%s): %pV\n", level, sb->s_id, &vaf); in fscrypt_msg() 448 printk("%sfscrypt: %pV\n", level, &vaf); in fscrypt_msg()
|
/linux-4.19.296/drivers/isdn/mISDN/ |
D | layer1.c | 104 struct va_format vaf; in l1m_debug() local 109 vaf.fmt = fmt; in l1m_debug() 110 vaf.va = &va; in l1m_debug() 112 printk(KERN_DEBUG "%s: %pV\n", dev_name(&l1->dch->dev.dev), &vaf); in l1m_debug()
|
D | tei.c | 82 struct va_format vaf; in da_debug() local 90 vaf.fmt = fmt; in da_debug() 91 vaf.va = &va; in da_debug() 93 printk(KERN_DEBUG "mgr(%d): %pV\n", mgr->ch.st->dev->id, &vaf); in da_debug() 231 struct va_format vaf; in tei_debug() local 239 vaf.fmt = fmt; in tei_debug() 240 vaf.va = &va; in tei_debug() 243 tm->l2->sapi, tm->l2->tei, &vaf); in tei_debug()
|
/linux-4.19.296/fs/ufs/ |
D | super.c | 276 struct va_format vaf; in ufs_error() local 289 vaf.fmt = fmt; in ufs_error() 290 vaf.va = &args; in ufs_error() 294 sb->s_id, function, &vaf); in ufs_error() 300 sb->s_id, function, &vaf); in ufs_error() 310 struct va_format vaf; in ufs_panic() local 322 vaf.fmt = fmt; in ufs_panic() 323 vaf.va = &args; in ufs_panic() 326 sb->s_id, function, &vaf); in ufs_panic() 333 struct va_format vaf; in ufs_warning() local [all …]
|
/linux-4.19.296/drivers/media/tuners/ |
D | tda18271-common.c | 720 struct va_format vaf; in _tda_printk() local 725 vaf.fmt = fmt; in _tda_printk() 726 vaf.va = &args; in _tda_printk() 733 &vaf); in _tda_printk() 735 printk("%s%s: %pV", level, func, &vaf); in _tda_printk()
|
/linux-4.19.296/fs/nilfs2/ |
D | super.c | 68 struct va_format vaf; in __nilfs_msg() local 72 vaf.fmt = fmt; in __nilfs_msg() 73 vaf.va = &args; in __nilfs_msg() 75 printk("%sNILFS (%s): %pV\n", level, sb->s_id, &vaf); in __nilfs_msg() 77 printk("%sNILFS: %pV\n", level, &vaf); in __nilfs_msg() 117 struct va_format vaf; in __nilfs_error() local 122 vaf.fmt = fmt; in __nilfs_error() 123 vaf.va = &args; in __nilfs_error() 126 sb->s_id, function, &vaf); in __nilfs_error()
|
/linux-4.19.296/fs/ext4/ |
D | super.c | 497 struct va_format vaf; in __ext4_error() local 506 vaf.fmt = fmt; in __ext4_error() 507 vaf.va = &args; in __ext4_error() 510 sb->s_id, function, line, current->comm, &vaf); in __ext4_error() 522 struct va_format vaf; in __ext4_error_inode() local 533 vaf.fmt = fmt; in __ext4_error_inode() 534 vaf.va = &args; in __ext4_error_inode() 539 block, current->comm, &vaf); in __ext4_error_inode() 544 current->comm, &vaf); in __ext4_error_inode() 556 struct va_format vaf; in __ext4_error_file() local [all …]
|
/linux-4.19.296/fs/hpfs/ |
D | super.c | 58 struct va_format vaf; in hpfs_error() local 63 vaf.fmt = fmt; in hpfs_error() 64 vaf.va = &args; in hpfs_error() 66 pr_err("filesystem error: %pV", &vaf); in hpfs_error()
|
/linux-4.19.296/fs/ext2/ |
D | super.c | 51 struct va_format vaf; in ext2_error() local 66 vaf.fmt = fmt; in ext2_error() 67 vaf.va = &args; in ext2_error() 70 sb->s_id, function, &vaf); in ext2_error() 86 struct va_format vaf; in ext2_msg() local 91 vaf.fmt = fmt; in ext2_msg() 92 vaf.va = &args; in ext2_msg() 94 printk("%sEXT2-fs (%s): %pV\n", prefix, sb->s_id, &vaf); in ext2_msg()
|
/linux-4.19.296/drivers/base/ |
D | core.c | 3284 struct va_format *vaf) in __dev_printk() argument 3288 dev_driver_string(dev), dev_name(dev), vaf); in __dev_printk() 3290 printk("%s(NULL device *): %pV", level, vaf); in __dev_printk() 3296 struct va_format vaf; in dev_printk() local 3301 vaf.fmt = fmt; in dev_printk() 3302 vaf.va = &args; in dev_printk() 3304 __dev_printk(level, dev, &vaf); in dev_printk() 3313 struct va_format vaf; \ 3318 vaf.fmt = fmt; \ 3319 vaf.va = &args; \ [all …]
|
/linux-4.19.296/fs/jfs/ |
D | super.c | 98 struct va_format vaf; in jfs_error() local 103 vaf.fmt = fmt; in jfs_error() 104 vaf.va = &args; in jfs_error() 107 sb->s_id, __builtin_return_address(0), &vaf); in jfs_error()
|
/linux-4.19.296/fs/ocfs2/ |
D | super.c | 2606 struct va_format vaf; in __ocfs2_error() local 2610 vaf.fmt = fmt; in __ocfs2_error() 2611 vaf.va = &args; in __ocfs2_error() 2616 sb->s_id, function, &vaf); in __ocfs2_error() 2629 struct va_format vaf; in __ocfs2_abort() local 2634 vaf.fmt = fmt; in __ocfs2_abort() 2635 vaf.va = &args; in __ocfs2_abort() 2638 sb->s_id, function, &vaf); in __ocfs2_abort()
|
/linux-4.19.296/fs/udf/ |
D | super.c | 2332 struct va_format vaf; in _udf_err() local 2337 vaf.fmt = fmt; in _udf_err() 2338 vaf.va = &args; in _udf_err() 2340 pr_err("error (device %s): %s: %pV", sb->s_id, function, &vaf); in _udf_err() 2348 struct va_format vaf; in _udf_warn() local 2353 vaf.fmt = fmt; in _udf_warn() 2354 vaf.va = &args; in _udf_warn() 2356 pr_warn("warning (device %s): %s: %pV", sb->s_id, function, &vaf); in _udf_warn()
|