Searched refs:FAN_CLOSE_NOWRITE (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | fan_event_flags.h | 27 #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),
|
D | fan_event_flags.in | 4 FAN_CLOSE_NOWRITE 0x00000010
|
/external/kernel-headers/original/uapi/linux/ |
D | fanotify.h | 11 #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/ |
D | fanotify09.c | 88 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()
|
D | fanotify02.c | 92 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test01() 125 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test01()
|
D | fanotify01.c | 98 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test_fanotify()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 80 FAN_CLOSE_NOWRITE = 16
|
D | sys_amd64.const | 80 FAN_CLOSE_NOWRITE = 16
|
D | sys_arm.const | 80 FAN_CLOSE_NOWRITE = 16
|
D | sys_ppc64le.const | 80 FAN_CLOSE_NOWRITE = 16
|
D | sys_arm64.const | 80 FAN_CLOSE_NOWRITE = 16
|
D | sys.txt | 985 fanotify_mask = FAN_ACCESS, FAN_MODIFY, FAN_CLOSE_WRITE, FAN_CLOSE_NOWRITE, FAN_OPEN, FAN_OPEN_PERM…
|