Home
last modified time | relevance | path

Searched refs:FAN_OPEN (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dfan_event_flags.h34 #if defined(FAN_OPEN) || (defined(HAVE_DECL_FAN_OPEN) && HAVE_DECL_FAN_OPEN)
36 static_assert((FAN_OPEN) == (0x00000020), "FAN_OPEN != 0x00000020");
39 # define FAN_OPEN 0x00000020
91 XLAT(FAN_OPEN),
Dfan_event_flags.in5 FAN_OPEN 0x00000020
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify01.c73 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
90 event_set[tst_count] = FAN_OPEN; in test_fanotify()
109 event_set[tst_count] = FAN_OPEN; in test_fanotify()
142 event_set[tst_count] = FAN_OPEN; in test_fanotify()
184 FAN_OPEN | FAN_CLOSE, AT_FDCWD, fname) < 0) { in test_fanotify()
213 FAN_OPEN | FAN_CLOSE, AT_FDCWD, fname) < 0) { in test_fanotify()
315 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
Dfanotify04.c61 if (fanotify_mark(fd_notify, FAN_MARK_ADD | flag, FAN_OPEN, AT_FDCWD, in check_mark()
81 FAN_OPEN, AT_FDCWD, file) < 0) { in check_mark()
122 if (event->mask != FAN_OPEN) { in verify_event()
195 FAN_OPEN, AT_FDCWD, fname) < 0) { in test01()
201 FAN_OPEN | FAN_ONDIR, AT_FDCWD, dir) < 0) { in test01()
Dfanotify02.c50 FAN_MODIFY | FAN_CLOSE | FAN_OPEN | in test01()
64 event_set[tst_count] = FAN_OPEN; in test01()
84 event_set[tst_count] = FAN_OPEN; in test01()
121 event_set[tst_count] = FAN_OPEN; in test01()
Dfanotify05.c73 if (event.mask != FAN_OPEN && in test01()
79 (unsigned long long)FAN_OPEN, in test01()
107 if (fanotify_mark(fd_notify, FAN_MARK_MOUNT | FAN_MARK_ADD, FAN_OPEN, in setup()
Dfanotify10.c156 FAN_OPEN, AT_FDCWD, tc->mark_path); in create_fanotify_groups()
178 FAN_OPEN, AT_FDCWD, in create_fanotify_groups()
208 if (event->mask != FAN_OPEN) { in verify_event()
211 (unsigned long long)FAN_OPEN, in verify_event()
/external/kernel-headers/original/uapi/linux/
Dfanotify.h12 #define FAN_OPEN 0x00000020 /* File was opened */ macro
83 FAN_OPEN)
/external/syzkaller/sys/linux/
Dsys_386.const95 FAN_OPEN = 32
Dsys_amd64.const95 FAN_OPEN = 32
Dsys_arm.const95 FAN_OPEN = 32
Dsys_ppc64le.const95 FAN_OPEN = 32
Dsys_arm64.const95 FAN_OPEN = 32
Dsys.txt985 fanotify_mask = FAN_ACCESS, FAN_MODIFY, FAN_CLOSE_WRITE, FAN_CLOSE_NOWRITE, FAN_OPEN, FAN_OPEN_PERM…