Lines Matching refs:vaf
153 struct va_format vaf; in __btrfs_std_error() local
157 vaf.fmt = fmt; in __btrfs_std_error()
158 vaf.va = &args; in __btrfs_std_error()
162 sb->s_id, function, line, errno, errstr, &vaf); in __btrfs_std_error()
190 struct va_format vaf; in btrfs_printk() local
207 vaf.fmt = fmt; in btrfs_printk()
208 vaf.va = &args; in btrfs_printk()
210 printk("%sBTRFS %s (device %s): %pV\n", lvl, type, sb->s_id, &vaf); in btrfs_printk()
289 struct va_format vaf = { .fmt = fmt }; in __btrfs_panic() local
296 vaf.va = &args; in __btrfs_panic()
301 s_id, function, line, &vaf, errno, errstr); in __btrfs_panic()
304 function, line, &vaf, errno, errstr); in __btrfs_panic()