Lines Matching refs:BUILD_BUG_ON
675 BUILD_BUG_ON(IN_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE1()
676 BUILD_BUG_ON(IN_NONBLOCK != O_NONBLOCK); in SYSCALL_DEFINE1()
786 BUILD_BUG_ON(IN_ACCESS != FS_ACCESS); in inotify_user_setup()
787 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()
788 BUILD_BUG_ON(IN_ATTRIB != FS_ATTRIB); in inotify_user_setup()
789 BUILD_BUG_ON(IN_CLOSE_WRITE != FS_CLOSE_WRITE); in inotify_user_setup()
790 BUILD_BUG_ON(IN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in inotify_user_setup()
791 BUILD_BUG_ON(IN_OPEN != FS_OPEN); in inotify_user_setup()
792 BUILD_BUG_ON(IN_MOVED_FROM != FS_MOVED_FROM); in inotify_user_setup()
793 BUILD_BUG_ON(IN_MOVED_TO != FS_MOVED_TO); in inotify_user_setup()
794 BUILD_BUG_ON(IN_CREATE != FS_CREATE); in inotify_user_setup()
795 BUILD_BUG_ON(IN_DELETE != FS_DELETE); in inotify_user_setup()
796 BUILD_BUG_ON(IN_DELETE_SELF != FS_DELETE_SELF); in inotify_user_setup()
797 BUILD_BUG_ON(IN_MOVE_SELF != FS_MOVE_SELF); in inotify_user_setup()
798 BUILD_BUG_ON(IN_UNMOUNT != FS_UNMOUNT); in inotify_user_setup()
799 BUILD_BUG_ON(IN_Q_OVERFLOW != FS_Q_OVERFLOW); in inotify_user_setup()
800 BUILD_BUG_ON(IN_IGNORED != FS_IN_IGNORED); in inotify_user_setup()
801 BUILD_BUG_ON(IN_EXCL_UNLINK != FS_EXCL_UNLINK); in inotify_user_setup()
802 BUILD_BUG_ON(IN_ISDIR != FS_ISDIR); in inotify_user_setup()
803 BUILD_BUG_ON(IN_ONESHOT != FS_IN_ONESHOT); in inotify_user_setup()