Home
last modified time | relevance | path

Searched refs:VFS_WARN_ON (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/
H A Dvfsdebug.h13 #define VFS_WARN_ON(cond) (void)WARN_ON(cond) macro
36 #define VFS_WARN_ON(cond) BUILD_BUG_ON_INVALID(cond) macro