Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dvfsdebug.h18 #define VFS_BUG_ON_INODE(cond, inode) ({ \ macro
41 #define VFS_BUG_ON_INODE(cond, inode) VFS_BUG_ON(cond) macro