Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dvfsdebug.h25 #define VFS_WARN_ON_INODE(cond, inode) ({ \ macro
42 #define VFS_WARN_ON_INODE(cond, inode) BUILD_BUG_ON_INVALID(cond) macro