Home
last modified time | relevance | path

Searched refs:vaf (Results 1 – 23 of 23) sorted by relevance

/fs/ntfs/
Ddebug.c46 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 …]
/fs/xfs/
Dxfs_message.c33 struct va_format *vaf) in __xfs_printk() argument
36 printk("%sXFS (%s): %pV\n", level, mp->m_fsname, vaf); in __xfs_printk()
39 printk("%sXFS: %pV\n", level, vaf); in __xfs_printk()
45 struct va_format vaf; \
51 vaf.fmt = fmt; \
52 vaf.va = &args; \
54 __xfs_printk(kern_level, mp, &vaf); \
80 struct va_format vaf; in xfs_alert_tag() local
91 vaf.fmt = fmt; in xfs_alert_tag()
92 vaf.va = &args; in xfs_alert_tag()
[all …]
/fs/befs/
Ddebug.c30 struct va_format vaf; in befs_error() local
34 vaf.fmt = fmt; in befs_error()
35 vaf.va = &args; in befs_error()
36 pr_err("(%s): %pV\n", sb->s_id, &vaf); in befs_error()
43 struct va_format vaf; in befs_warning() local
47 vaf.fmt = fmt; in befs_warning()
48 vaf.va = &args; in befs_warning()
49 pr_warn("(%s): %pV\n", sb->s_id, &vaf); in befs_warning()
58 struct va_format vaf; in befs_debug() local
61 vaf.fmt = fmt; in befs_debug()
[all …]
/fs/fat/
Dmisc.c23 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()
/fs/btrfs/
Dtree-checker.c67 struct va_format vaf; in generic_err() local
72 vaf.fmt = fmt; in generic_err()
73 vaf.va = &args; in generic_err()
78 root->objectid, btrfs_header_bytenr(eb), slot, &vaf); in generic_err()
190 struct va_format vaf; in dir_item_err() local
196 vaf.fmt = fmt; in dir_item_err()
197 vaf.va = &args; in dir_item_err()
202 btrfs_header_bytenr(eb), slot, key.objectid, &vaf); in dir_item_err()
323 struct va_format vaf; in block_group_err() local
329 vaf.fmt = fmt; in block_group_err()
[all …]
Dsuper.c156 struct va_format vaf; in __btrfs_std_error() local
160 vaf.fmt = fmt; in __btrfs_std_error()
161 vaf.va = &args; in __btrfs_std_error()
165 sb->s_id, function, line, errno, errstr, &vaf); in __btrfs_std_error()
195 struct va_format vaf; in btrfs_printk() local
212 vaf.fmt = fmt; in btrfs_printk()
213 vaf.va = &args; in btrfs_printk()
215 printk("%sBTRFS %s (device %s): %pV\n", lvl, type, sb->s_id, &vaf); in btrfs_printk()
267 struct va_format vaf = { .fmt = fmt }; in __btrfs_panic() local
274 vaf.va = &args; in __btrfs_panic()
[all …]
/fs/ocfs2/cluster/
Dmasklog.c70 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()
/fs/affs/
Damigaffs.c472 struct va_format vaf; in affs_error() local
476 vaf.fmt = fmt; in affs_error()
477 vaf.va = &args; in affs_error()
478 pr_crit("error (device %s): %s(): %pV\n", sb->s_id, function, &vaf); in affs_error()
488 struct va_format vaf; in affs_warning() local
492 vaf.fmt = fmt; in affs_warning()
493 vaf.va = &args; in affs_warning()
494 pr_warn("(device %s): %s(): %pV\n", sb->s_id, function, &vaf); in affs_warning()
/fs/gfs2/
Dutil.c43 struct va_format vaf; in gfs2_lm_withdraw() local
51 vaf.fmt = fmt; in gfs2_lm_withdraw()
52 vaf.va = &args; in gfs2_lm_withdraw()
54 fs_err(sdp, "%pV", &vaf); in gfs2_lm_withdraw()
Dglock.c868 struct va_format vaf; in gfs2_print_dbg() local
876 vaf.fmt = fmt; in gfs2_print_dbg()
877 vaf.va = &args; in gfs2_print_dbg()
879 pr_err("%pV", &vaf); in gfs2_print_dbg()
/fs/ufs/
Dsuper.c275 struct va_format vaf; in ufs_error() local
288 vaf.fmt = fmt; in ufs_error()
289 vaf.va = &args; in ufs_error()
293 sb->s_id, function, &vaf); in ufs_error()
299 sb->s_id, function, &vaf); in ufs_error()
309 struct va_format vaf; in ufs_panic() local
321 vaf.fmt = fmt; in ufs_panic()
322 vaf.va = &args; in ufs_panic()
325 sb->s_id, function, &vaf); in ufs_panic()
332 struct va_format vaf; in ufs_warning() local
[all …]
/fs/ext4/
Dsuper.c408 struct va_format vaf; in __ext4_error() local
413 vaf.fmt = fmt; in __ext4_error()
414 vaf.va = &args; in __ext4_error()
417 sb->s_id, function, line, current->comm, &vaf); in __ext4_error()
429 struct va_format vaf; in __ext4_error_inode() local
436 vaf.fmt = fmt; in __ext4_error_inode()
437 vaf.va = &args; in __ext4_error_inode()
442 block, current->comm, &vaf); in __ext4_error_inode()
447 current->comm, &vaf); in __ext4_error_inode()
459 struct va_format vaf; in __ext4_error_file() local
[all …]
/fs/nilfs2/
Dsuper.c113 struct va_format vaf; in nilfs_error() local
118 vaf.fmt = fmt; in nilfs_error()
119 vaf.va = &args; in nilfs_error()
122 sb->s_id, function, &vaf); in nilfs_error()
143 struct va_format vaf; in nilfs_warning() local
148 vaf.fmt = fmt; in nilfs_warning()
149 vaf.va = &args; in nilfs_warning()
152 sb->s_id, function, &vaf); in nilfs_warning()
/fs/cifs/
Dcifs_debug.c45 struct va_format vaf; in cifs_vfs_err() local
50 vaf.fmt = fmt; in cifs_vfs_err()
51 vaf.va = &args; in cifs_vfs_err()
53 pr_err_ratelimited("CIFS VFS: %pV", &vaf); in cifs_vfs_err()
/fs/ext2/
Dsuper.c50 struct va_format vaf; in ext2_error() local
65 vaf.fmt = fmt; in ext2_error()
66 vaf.va = &args; in ext2_error()
69 sb->s_id, function, &vaf); in ext2_error()
85 struct va_format vaf; in ext2_msg() local
90 vaf.fmt = fmt; in ext2_msg()
91 vaf.va = &args; in ext2_msg()
93 printk("%sEXT2-fs (%s): %pV\n", prefix, sb->s_id, &vaf); in ext2_msg()
/fs/hpfs/
Dsuper.c58 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()
/fs/jfs/
Dsuper.c97 struct va_format vaf; in jfs_error() local
102 vaf.fmt = fmt; in jfs_error()
103 vaf.va = &args; in jfs_error()
106 sb->s_id, __builtin_return_address(0), &vaf); in jfs_error()
/fs/udf/
Dsuper.c2274 struct va_format vaf; in _udf_err() local
2279 vaf.fmt = fmt; in _udf_err()
2280 vaf.va = &args; in _udf_err()
2282 pr_err("error (device %s): %s: %pV", sb->s_id, function, &vaf); in _udf_err()
2290 struct va_format vaf; in _udf_warn() local
2295 vaf.fmt = fmt; in _udf_warn()
2296 vaf.va = &args; in _udf_warn()
2298 pr_warn("warning (device %s): %s: %pV", sb->s_id, function, &vaf); in _udf_warn()
/fs/ocfs2/
Dsuper.c2600 struct va_format vaf; in __ocfs2_error() local
2604 vaf.fmt = fmt; in __ocfs2_error()
2605 vaf.va = &args; in __ocfs2_error()
2610 sb->s_id, function, &vaf); in __ocfs2_error()
2623 struct va_format vaf; in __ocfs2_abort() local
2628 vaf.fmt = fmt; in __ocfs2_abort()
2629 vaf.va = &args; in __ocfs2_abort()
2632 sb->s_id, function, &vaf); in __ocfs2_abort()
/fs/proc/
Dproc_sysctl.c1017 struct va_format vaf; in sysctl_err() local
1021 vaf.fmt = fmt; in sysctl_err()
1022 vaf.va = &args; in sysctl_err()
1025 path, table->procname, &vaf); in sysctl_err()
/fs/jbd2/
Djournal.c110 struct va_format vaf; in __jbd2_debug() local
116 vaf.fmt = fmt; in __jbd2_debug()
117 vaf.va = &args; in __jbd2_debug()
118 printk(KERN_DEBUG "%s: (%s, %u): %pV\n", file, func, line, &vaf); in __jbd2_debug()
/fs/quota/
Ddquot.c137 struct va_format vaf; in __quota_error() local
141 vaf.fmt = fmt; in __quota_error()
142 vaf.va = &args; in __quota_error()
145 sb->s_id, func, &vaf); in __quota_error()
/fs/f2fs/
Dsuper.c198 struct va_format vaf; in f2fs_msg() local
202 vaf.fmt = fmt; in f2fs_msg()
203 vaf.va = &args; in f2fs_msg()
204 printk_ratelimited("%sF2FS-fs (%s): %pV\n", level, sb->s_id, &vaf); in f2fs_msg()