Searched refs:IN_IGNORED (Results 1 – 16 of 16) sorted by relevance
104 #if defined(IN_IGNORED) || (defined(HAVE_DECL_IN_IGNORED) && HAVE_DECL_IN_IGNORED)106 static_assert((IN_IGNORED) == (0x00008000), "IN_IGNORED != 0x00008000");109 # define IN_IGNORED 0x00008000185 XLAT(IN_IGNORED),
15 IN_IGNORED 0x00008000
125 event->mask = IN_IGNORED; in verify_inotify()136 } else if (event->mask == IN_IGNORED) { in verify_inotify()
94 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify()115 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify()
65 event_set[test_cnt] = IN_IGNORED; in verify_inotify()
38 #define IN_IGNORED 0x00008000 macro
46 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
110 if (event->mask & IN_IGNORED) { in inotifyd_main()
43 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
71 IN_IGNORED;
202 if (event->mask & ~IN_IGNORED) { in watch()
327 if (event->mask & IN_IGNORED) in OnInotifyEvent()
378 if (event->mask & IN_IGNORED) in OnInotifyEvent()
1451 pub const IN_IGNORED: u32 = 0x00008000; constant
2626 pub const IN_IGNORED: u32 = 0x0000_8000; constant
3065 pub const IN_IGNORED: u32 = 0x0000_8000; constant