Searched refs:FAN_ONDIR (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | fan_event_flags.h | 62 #if defined(FAN_ONDIR) || (defined(HAVE_DECL_FAN_ONDIR) && HAVE_DECL_FAN_ONDIR) 64 static_assert((FAN_ONDIR) == (0x40000000), "FAN_ONDIR != 0x40000000"); 67 # define FAN_ONDIR 0x40000000 95 XLAT(FAN_ONDIR),
|
D | fan_event_flags.in | 9 FAN_ONDIR 0x40000000
|
/external/kernel-headers/original/uapi/linux/ |
D | fanotify.h | 21 #define FAN_ONDIR 0x40000000 /* event occurred against dir */ macro
|
/external/strace/tests-m32/ |
D | fanotify_mark.c | 211 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
|
/external/strace/tests-mx32/ |
D | fanotify_mark.c | 211 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
|
/external/strace/tests/ |
D | fanotify_mark.c | 211 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify02.c | 51 FAN_EVENT_ON_CHILD | FAN_ONDIR, AT_FDCWD, in test01()
|
D | fanotify04.c | 201 FAN_OPEN | FAN_ONDIR, AT_FDCWD, dir) < 0) { in test01()
|
D | fanotify09.c | 69 FAN_ONDIR,
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 94 FAN_ONDIR = 1073741824
|
D | sys_amd64.const | 94 FAN_ONDIR = 1073741824
|
D | sys_ppc64le.const | 94 FAN_ONDIR = 1073741824
|
D | sys_arm.const | 94 FAN_ONDIR = 1073741824
|
D | sys_arm64.const | 94 FAN_ONDIR = 1073741824
|
D | sys.txt | 985 …OSE_WRITE, FAN_CLOSE_NOWRITE, FAN_OPEN, FAN_OPEN_PERM, FAN_ACCESS_PERM, FAN_ONDIR, FAN_EVENT_ON_CH…
|