Lines Matching refs:vaf
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()
118 struct va_format vaf; in __ntfs_debug() local
127 vaf.fmt = fmt; in __ntfs_debug()
128 vaf.va = &args; in __ntfs_debug()
129 pr_debug("(%s, %d): %s(): %pV", file, line, flen ? function : "", &vaf); in __ntfs_debug()