Lines Matching refs:function
43 void __ntfs_warning(const char *function, const struct super_block *sb, in __ntfs_warning() argument
54 if (function) in __ntfs_warning()
55 flen = strlen(function); 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()
86 void __ntfs_error(const char *function, const struct super_block *sb, in __ntfs_error() argument
97 if (function) in __ntfs_error()
98 flen = strlen(function); 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()
115 void __ntfs_debug(const char *file, int line, const char *function, in __ntfs_debug() argument
124 if (function) in __ntfs_debug()
125 flen = strlen(function); in __ntfs_debug()
129 pr_debug("(%s, %d): %s(): %pV", file, line, flen ? function : "", &vaf); in __ntfs_debug()