Searched refs:__hmdfs_log (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs.h | 338 __printf(4, 5) void __hmdfs_log(const char *level, const bool ratelimited, 341 __hmdfs_log(KERN_ERR, false, __func__, fmt, ##__VA_ARGS__) 343 __hmdfs_log(KERN_WARNING, false, __func__, fmt, ##__VA_ARGS__) 345 __hmdfs_log(KERN_INFO, false, __func__, fmt, ##__VA_ARGS__) 347 __hmdfs_log(KERN_ERR, true, __func__, fmt, ##__VA_ARGS__) 349 __hmdfs_log(KERN_WARNING, true, __func__, fmt, ##__VA_ARGS__) 351 __hmdfs_log(KERN_INFO, true, __func__, fmt, ##__VA_ARGS__) 354 __hmdfs_log(KERN_DEBUG, false, __func__, fmt, ##__VA_ARGS__) 356 __hmdfs_log(KERN_DEBUG, true, __func__, fmt, ##__VA_ARGS__)
|
H A D | super.c | 45 void __hmdfs_log(const char *level, const bool ratelimited, in __hmdfs_log() function
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs.h | 338 __printf(4, 5) void __hmdfs_log(const char *level, const bool ratelimited, 341 __hmdfs_log(KERN_ERR, false, __func__, fmt, ##__VA_ARGS__) 343 __hmdfs_log(KERN_WARNING, false, __func__, fmt, ##__VA_ARGS__) 345 __hmdfs_log(KERN_INFO, false, __func__, fmt, ##__VA_ARGS__) 347 __hmdfs_log(KERN_ERR, true, __func__, fmt, ##__VA_ARGS__) 349 __hmdfs_log(KERN_WARNING, true, __func__, fmt, ##__VA_ARGS__) 351 __hmdfs_log(KERN_INFO, true, __func__, fmt, ##__VA_ARGS__) 354 __hmdfs_log(KERN_DEBUG, false, __func__, fmt, ##__VA_ARGS__) 356 __hmdfs_log(KERN_DEBUG, true, __func__, fmt, ##__VA_ARGS__)
|
H A D | super.c | 45 void __hmdfs_log(const char *level, const bool ratelimited, in __hmdfs_log() function
|
Completed in 3 milliseconds