Searched refs:IN_CLOSE_WRITE (Results 1 – 14 of 14) sorted by relevance
33 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro49 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
27 #if defined(IN_CLOSE_WRITE) || (defined(HAVE_DECL_IN_CLOSE_WRITE) && HAVE_DECL_IN_CLOSE_WRITE)29 static_assert((IN_CLOSE_WRITE) == (0x00000008), "IN_CLOSE_WRITE != 0x00000008");32 # define IN_CLOSE_WRITE 0x00000008174 XLAT(IN_CLOSE_WRITE),
4 IN_CLOSE_WRITE 0x00000008
30 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
20 close IN_CLOSE_WRITE30 close IN_CLOSE_WRITE
80 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()144 IN_ATTRIB | IN_OPEN | IN_CLOSE_WRITE); in setup()
88 event_set[test_cnt] = IN_CLOSE_WRITE; in verify_inotify()
82 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
55 assert_eq!(events[2].mask, AddWatchFlags::IN_CLOSE_WRITE); in test_inotify_multi_events()
46 IN_CLOSE_WRITE;
301 IN_CLOSE_WRITE | IN_MOVE | in AddWatch()
2164 pub const IN_CLOSE_WRITE: u32 = 0x0000_0008; constant2166 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;2190 | IN_CLOSE_WRITE
2511 pub const IN_CLOSE_WRITE: u32 = 0x0000_0008; constant2513 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;2581 | IN_CLOSE_WRITE