Searched refs:IN_IGNORED (Results 1 – 12 of 12) 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
99 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify()122 event_set[test_cnt].mask = IN_IGNORED; in verify_inotify()
65 event_set[test_cnt] = IN_IGNORED; in verify_inotify()
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
202 if (event->mask & ~IN_IGNORED) { in watch()
96 if (event->mask & IN_IGNORED) { in cras_file_wait_process_event()
327 if (event->mask & IN_IGNORED) in OnInotifyEvent()
1952 pub const IN_IGNORED: u32 = 0x0000_8000; constant
2262 pub const IN_IGNORED: u32 = 0x0000_8000; constant