Lines Matching refs:event_set
78 static unsigned long long event_set[EVENT_MAX]; variable
122 event_set[tst_count] = FAN_OPEN; in test_fanotify()
126 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
130 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test_fanotify()
141 event_set[tst_count] = FAN_OPEN; in test_fanotify()
145 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
149 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
174 event_set[tst_count] = FAN_OPEN; in test_fanotify()
190 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
198 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
202 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
228 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
254 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
282 } else if (!(event->mask & event_set[test_num])) { in test_fanotify()
287 event_set[test_num], in test_fanotify()
334 event->mask &= ~event_set[test_num]; in test_fanotify()
343 event_set[test_num]); in test_fanotify()