Lines Matching refs:BUILD_BUG_ON

900 	BUILD_BUG_ON(FAN_ACCESS != FS_ACCESS);  in fanotify_handle_event()
901 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()
902 BUILD_BUG_ON(FAN_ATTRIB != FS_ATTRIB); in fanotify_handle_event()
903 BUILD_BUG_ON(FAN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in fanotify_handle_event()
904 BUILD_BUG_ON(FAN_CLOSE_WRITE != FS_CLOSE_WRITE); in fanotify_handle_event()
905 BUILD_BUG_ON(FAN_OPEN != FS_OPEN); in fanotify_handle_event()
906 BUILD_BUG_ON(FAN_MOVED_TO != FS_MOVED_TO); in fanotify_handle_event()
907 BUILD_BUG_ON(FAN_MOVED_FROM != FS_MOVED_FROM); in fanotify_handle_event()
908 BUILD_BUG_ON(FAN_CREATE != FS_CREATE); in fanotify_handle_event()
909 BUILD_BUG_ON(FAN_DELETE != FS_DELETE); in fanotify_handle_event()
910 BUILD_BUG_ON(FAN_DELETE_SELF != FS_DELETE_SELF); in fanotify_handle_event()
911 BUILD_BUG_ON(FAN_MOVE_SELF != FS_MOVE_SELF); in fanotify_handle_event()
912 BUILD_BUG_ON(FAN_EVENT_ON_CHILD != FS_EVENT_ON_CHILD); in fanotify_handle_event()
913 BUILD_BUG_ON(FAN_Q_OVERFLOW != FS_Q_OVERFLOW); in fanotify_handle_event()
914 BUILD_BUG_ON(FAN_OPEN_PERM != FS_OPEN_PERM); in fanotify_handle_event()
915 BUILD_BUG_ON(FAN_ACCESS_PERM != FS_ACCESS_PERM); in fanotify_handle_event()
916 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
917 BUILD_BUG_ON(FAN_OPEN_EXEC != FS_OPEN_EXEC); in fanotify_handle_event()
918 BUILD_BUG_ON(FAN_OPEN_EXEC_PERM != FS_OPEN_EXEC_PERM); in fanotify_handle_event()
919 BUILD_BUG_ON(FAN_FS_ERROR != FS_ERROR); in fanotify_handle_event()
920 BUILD_BUG_ON(FAN_RENAME != FS_RENAME); in fanotify_handle_event()
922 BUILD_BUG_ON(HWEIGHT32(ALL_FANOTIFY_EVENT_BITS) != 21); in fanotify_handle_event()