Lines Matching refs:BUILD_BUG_ON
665 BUILD_BUG_ON(FAN_ACCESS != FS_ACCESS); in fanotify_handle_event()
666 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()
667 BUILD_BUG_ON(FAN_ATTRIB != FS_ATTRIB); in fanotify_handle_event()
668 BUILD_BUG_ON(FAN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in fanotify_handle_event()
669 BUILD_BUG_ON(FAN_CLOSE_WRITE != FS_CLOSE_WRITE); in fanotify_handle_event()
670 BUILD_BUG_ON(FAN_OPEN != FS_OPEN); in fanotify_handle_event()
671 BUILD_BUG_ON(FAN_MOVED_TO != FS_MOVED_TO); in fanotify_handle_event()
672 BUILD_BUG_ON(FAN_MOVED_FROM != FS_MOVED_FROM); in fanotify_handle_event()
673 BUILD_BUG_ON(FAN_CREATE != FS_CREATE); in fanotify_handle_event()
674 BUILD_BUG_ON(FAN_DELETE != FS_DELETE); in fanotify_handle_event()
675 BUILD_BUG_ON(FAN_DELETE_SELF != FS_DELETE_SELF); in fanotify_handle_event()
676 BUILD_BUG_ON(FAN_MOVE_SELF != FS_MOVE_SELF); in fanotify_handle_event()
677 BUILD_BUG_ON(FAN_EVENT_ON_CHILD != FS_EVENT_ON_CHILD); in fanotify_handle_event()
678 BUILD_BUG_ON(FAN_Q_OVERFLOW != FS_Q_OVERFLOW); in fanotify_handle_event()
679 BUILD_BUG_ON(FAN_OPEN_PERM != FS_OPEN_PERM); in fanotify_handle_event()
680 BUILD_BUG_ON(FAN_ACCESS_PERM != FS_ACCESS_PERM); in fanotify_handle_event()
681 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
682 BUILD_BUG_ON(FAN_OPEN_EXEC != FS_OPEN_EXEC); in fanotify_handle_event()
683 BUILD_BUG_ON(FAN_OPEN_EXEC_PERM != FS_OPEN_EXEC_PERM); in fanotify_handle_event()
685 BUILD_BUG_ON(HWEIGHT32(ALL_FANOTIFY_EVENT_BITS) != 19); in fanotify_handle_event()