Lines Matching refs:event_set
57 static unsigned long long event_set[EVENT_MAX]; variable
90 event_set[tst_count] = FAN_OPEN; in test_fanotify()
94 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
98 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test_fanotify()
109 event_set[tst_count] = FAN_OPEN; in test_fanotify()
113 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
117 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
142 event_set[tst_count] = FAN_OPEN; in test_fanotify()
158 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
166 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
170 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
196 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
222 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
250 } else if (!(event->mask & event_set[test_num])) { in test_fanotify()
255 event_set[test_num], in test_fanotify()
301 event->mask &= ~event_set[test_num]; in test_fanotify()
310 event_set[test_num]); in test_fanotify()