Lines Matching refs:BUILD_BUG_ON
711 BUILD_BUG_ON(IN_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE1()
712 BUILD_BUG_ON(IN_NONBLOCK != O_NONBLOCK); in SYSCALL_DEFINE1()
833 BUILD_BUG_ON(IN_ACCESS != FS_ACCESS); in inotify_user_setup()
834 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()
835 BUILD_BUG_ON(IN_ATTRIB != FS_ATTRIB); in inotify_user_setup()
836 BUILD_BUG_ON(IN_CLOSE_WRITE != FS_CLOSE_WRITE); in inotify_user_setup()
837 BUILD_BUG_ON(IN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in inotify_user_setup()
838 BUILD_BUG_ON(IN_OPEN != FS_OPEN); in inotify_user_setup()
839 BUILD_BUG_ON(IN_MOVED_FROM != FS_MOVED_FROM); in inotify_user_setup()
840 BUILD_BUG_ON(IN_MOVED_TO != FS_MOVED_TO); in inotify_user_setup()
841 BUILD_BUG_ON(IN_CREATE != FS_CREATE); in inotify_user_setup()
842 BUILD_BUG_ON(IN_DELETE != FS_DELETE); in inotify_user_setup()
843 BUILD_BUG_ON(IN_DELETE_SELF != FS_DELETE_SELF); in inotify_user_setup()
844 BUILD_BUG_ON(IN_MOVE_SELF != FS_MOVE_SELF); in inotify_user_setup()
845 BUILD_BUG_ON(IN_UNMOUNT != FS_UNMOUNT); in inotify_user_setup()
846 BUILD_BUG_ON(IN_Q_OVERFLOW != FS_Q_OVERFLOW); in inotify_user_setup()
847 BUILD_BUG_ON(IN_IGNORED != FS_IN_IGNORED); in inotify_user_setup()
848 BUILD_BUG_ON(IN_EXCL_UNLINK != FS_EXCL_UNLINK); in inotify_user_setup()
849 BUILD_BUG_ON(IN_ISDIR != FS_ISDIR); in inotify_user_setup()
850 BUILD_BUG_ON(IN_ONESHOT != FS_IN_ONESHOT); in inotify_user_setup()