Searched refs:verify_event (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify04.c | 105 static void verify_event(int mask) in verify_event() function 137 verify_event(mask); in do_open_test() 193 verify_event(S_IFREG); in test01() 195 verify_event(S_IFDIR); in test01()
|
D | fanotify09.c | 212 static void verify_event(int group, struct fanotify_event_metadata *event, in verify_event() function 285 verify_event(0, event, FAN_MODIFY, tc->report_name ? fname : ""); in test_fanotify() 288 verify_event(0, event, FAN_CLOSE_NOWRITE, in test_fanotify() 316 verify_event(i, event, expect, ""); in test_fanotify()
|
D | fanotify06.c | 121 static void verify_event(int group, struct fanotify_event_metadata *event) in verify_event() function 199 verify_event(i, event); in test_fanotify()
|
D | fanotify10.c | 360 static void verify_event(int p, int group, struct fanotify_event_metadata *event, in verify_event() function 474 verify_event(p, i, event, p == 0 ? in test_fanotify()
|