Searched refs:__sharefs_log (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/sharefs/ |
H A D | sharefs.h | 229 __printf(4, 5) void __sharefs_log(const char *level, const bool ratelimited, 232 __sharefs_log(KERN_ERR, false, __func__, fmt, ##__VA_ARGS__) 234 __sharefs_log(KERN_WARNING, false, __func__, fmt, ##__VA_ARGS__) 236 __sharefs_log(KERN_INFO, false, __func__, fmt, ##__VA_ARGS__) 238 __sharefs_log(KERN_ERR, true, __func__, fmt, ##__VA_ARGS__) 240 __sharefs_log(KERN_WARNING, true, __func__, fmt, ##__VA_ARGS__) 242 __sharefs_log(KERN_INFO, true, __func__, fmt, ##__VA_ARGS__)
|
H A D | super.c | 143 void __sharefs_log(const char *level, const bool ratelimited, in __sharefs_log() function
|
/kernel/linux/linux-6.6/fs/sharefs/ |
H A D | sharefs.h | 230 __printf(4, 5) void __sharefs_log(const char *level, const bool ratelimited, 233 __sharefs_log(KERN_ERR, false, __func__, fmt, ##__VA_ARGS__) 235 __sharefs_log(KERN_WARNING, false, __func__, fmt, ##__VA_ARGS__) 237 __sharefs_log(KERN_INFO, false, __func__, fmt, ##__VA_ARGS__) 239 __sharefs_log(KERN_ERR, true, __func__, fmt, ##__VA_ARGS__) 241 __sharefs_log(KERN_WARNING, true, __func__, fmt, ##__VA_ARGS__) 243 __sharefs_log(KERN_INFO, true, __func__, fmt, ##__VA_ARGS__)
|
H A D | super.c | 143 void __sharefs_log(const char *level, const bool ratelimited, in __sharefs_log() function
|
Completed in 3 milliseconds