Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dvfsdebug.h18 #define VFS_BUG_ON_INODE(cond, inode) ({ \ macro
41 #define VFS_BUG_ON_INODE(cond, inode) VFS_BUG_ON(cond) macro
/linux-6.15/fs/
H A Dnamei.c3467 VFS_BUG_ON_INODE(1, inode); in may_open()