Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dvfsdebug.h25 #define VFS_WARN_ON_INODE(cond, inode) ({ \ macro
42 #define VFS_WARN_ON_INODE(cond, inode) BUILD_BUG_ON_INVALID(cond) macro
H A Dfs.h794 VFS_WARN_ON_INODE(strlen(link) != linklen, inode); in inode_set_cached_link()
795 VFS_WARN_ON_INODE(inode->i_opflags & IOP_CACHED_LINK, inode); in inode_set_cached_link()