Home
last modified time | relevance | path

Searched refs:IN_IGNORED (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h44 #if !(defined(IN_IGNORED) || (defined(HAVE_DECL_IN_IGNORED) && HAVE_DECL_IN_IGNORED))
45 # define IN_IGNORED 0x00008000 macro
88 XLAT(IN_IGNORED),
Dinotify_flags.in15 IN_IGNORED 0x00008000
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify04.c167 event_set[tst_count].mask = IN_IGNORED; in main()
188 event_set[tst_count].mask = IN_IGNORED; in main()
Dinotify03.c92 event_set[tst_count] = IN_IGNORED; in main()
/external/kernel-headers/original/uapi/linux/
Dinotify.h45 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/external/toybox/toys/other/
Dinotifyd.c110 if (event->mask & IN_IGNORED) { in inotifyd_main()
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h43 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/external/selinux/restorecond/
Dwatch.c194 if (event->mask & ~IN_IGNORED) { in watch()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc328 if (event->mask & IN_IGNORED) in OnInotifyEvent()