Lines Matching refs:vaf
156 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()
279 s_id, function, line, &vaf, errno, errstr); in __btrfs_panic()
282 function, line, &vaf, errno, errstr); in __btrfs_panic()