Searched refs:IN_CLOSE_NOWRITE (Results 1 – 9 of 9) sorted by relevance
34 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro49 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */67 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
34 #if defined(IN_CLOSE_NOWRITE) || (defined(HAVE_DECL_IN_CLOSE_NOWRITE) && HAVE_DECL_IN_CLOSE_NOWRITE)36 static_assert((IN_CLOSE_NOWRITE) == (0x00000010), "IN_CLOSE_NOWRITE != 0x00000010");39 # define IN_CLOSE_NOWRITE 0x00000010175 XLAT(IN_CLOSE_NOWRITE),
5 IN_CLOSE_NOWRITE 0x00000010
31 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */62 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
17 close IN_CLOSE_NOWRITE
70 event_set[test_cnt] = IN_CLOSE_NOWRITE; in verify_inotify()
47 IN_CLOSE_NOWRITE;
2165 pub const IN_CLOSE_NOWRITE: u32 = 0x0000_0010; constant2166 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;2191 | IN_CLOSE_NOWRITE
2512 pub const IN_CLOSE_NOWRITE: u32 = 0x0000_0010; constant2513 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;2582 | IN_CLOSE_NOWRITE