Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
VFS_BUG_ON
include/linux/vfsdebug.h
12
#define VFS_BUG_ON(cond) BUG_ON(cond)
include/linux/vfsdebug.h
35
#define VFS_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond)