Home
last modified time | relevance | path

Searched refs:FAN_CLOSE_NOWRITE (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dfan_event_flags.h27 #if defined(FAN_CLOSE_NOWRITE) || (defined(HAVE_DECL_FAN_CLOSE_NOWRITE) && HAVE_DECL_FAN_CLOSE_NOWR…
29 static_assert((FAN_CLOSE_NOWRITE) == (0x00000010), "FAN_CLOSE_NOWRITE != 0x00000010");
32 # define FAN_CLOSE_NOWRITE 0x00000010
90 XLAT(FAN_CLOSE_NOWRITE),
Dfan_event_flags.in4 FAN_CLOSE_NOWRITE 0x00000010
/external/kernel-headers/original/uapi/linux/
Dfanotify.h11 #define FAN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
26 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify09.c88 FAN_CLOSE_NOWRITE | onchild, in create_fanotify_groups()
197 verify_event(0, event + 1, FAN_CLOSE_NOWRITE); in test_fanotify()
219 verify_event(i, event, FAN_CLOSE_NOWRITE); in test_fanotify()
Dfanotify02.c92 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test01()
125 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test01()
Dfanotify01.c98 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test_fanotify()
/external/syzkaller/sys/linux/
Dsys_386.const80 FAN_CLOSE_NOWRITE = 16
Dsys_amd64.const80 FAN_CLOSE_NOWRITE = 16
Dsys_arm.const80 FAN_CLOSE_NOWRITE = 16
Dsys_ppc64le.const80 FAN_CLOSE_NOWRITE = 16
Dsys_arm64.const80 FAN_CLOSE_NOWRITE = 16
Dsys.txt985 fanotify_mask = FAN_ACCESS, FAN_MODIFY, FAN_CLOSE_WRITE, FAN_CLOSE_NOWRITE, FAN_OPEN, FAN_OPEN_PERM…