Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/inotify/
Dinotify04.c99 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify()
122 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify()
Dinotify03.c65 event_set[test_cnt] = IN_IGNORED; in verify_inotify()
/third_party/musl/ndk_musl_include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/third_party/musl/include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h38 #define IN_IGNORED 0x00008000 macro
/third_party/toybox/toys/other/
Dinotifyd.c110 if (event->mask & IN_IGNORED) { in inotifyd_main()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h43 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/third_party/glib/gio/inotify/
Dinotify-helper.c286 case IN_IGNORED: in ih_mask_to_EventFlags()
Dinotify-path.c537 if (event->mask & (IN_IGNORED | IN_Q_OVERFLOW)) in ip_event_callback()
/third_party/eudev/src/udev/
Dudevd.c914 else if (e->mask & IN_IGNORED) in handle_inotify()