Home
last modified time | relevance | path

Searched defs:VFS_WARN_ON_ONCE (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/
Dvfsdebug.h14 #define VFS_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) macro
37 #define VFS_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro