Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvfsdebug.h12 #define VFS_BUG_ON(cond) BUG_ON(cond) macro
35 #define VFS_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) macro
41 #define VFS_BUG_ON_INODE(cond, inode) VFS_BUG_ON(cond)
/linux/fs/
H A Dfile.c608 VFS_BUG_ON(rcu_access_pointer(fdt->fd[fd]) != NULL); in alloc_fd()
667 VFS_BUG_ON(rcu_access_pointer(fdt->fd[fd]) != NULL); in fd_install_slowpath()
697 VFS_BUG_ON(rcu_access_pointer(fdt->fd[fd]) != NULL); in fd_install()
H A Dnamei.c683 VFS_BUG_ON((mask & ~MAY_NOT_BLOCK) != 0); in lookup_inode_permission_may_exec()
886 VFS_BUG_ON(nd->flags & LOOKUP_CACHED); in legitimize_links()
934 VFS_BUG_ON(!(nd->flags & LOOKUP_RCU)); in try_to_unlazy()
975 VFS_BUG_ON(!(nd->flags & LOOKUP_RCU)); in try_to_unlazy_next()
H A Dinode.c2542 VFS_BUG_ON(!hash_locked && !rcu_locked); in __wait_on_freeing_inode()
H A Dnamespace.c1338 VFS_BUG_ON(mnt->mnt_ns); in mntput_no_expire_slowpath()