Searched refs:IN_ISDIR (Results 1 – 10 of 10) sorted by relevance
146 #if defined(IN_ISDIR) || (defined(HAVE_DECL_IN_ISDIR) && HAVE_DECL_IN_ISDIR)148 static_assert((IN_ISDIR) == (0x40000000), "IN_ISDIR != 0x40000000");151 # define IN_ISDIR 0x40000000191 XLAT(IN_ISDIR),
21 IN_ISDIR 0x40000000
58 #define IN_ISDIR 0x40000000 /* event occurred against dir */ macro
27 chmod IN_ISDIR | IN_ATTRIB
74 event_set[test_cnt].mask = IN_ISDIR | IN_ATTRIB; in verify_inotify()
65 event_set[test_cnt].mask = IN_ISDIR | IN_ATTRIB; in verify_inotify()
53 #define IN_ISDIR 0x40000000 /* event occurred against dir */ macro
340 event->mask & IN_ISDIR); in OnInotifyEvent()
1959 pub const IN_ISDIR: u32 = 0x4000_0000; constant
2269 pub const IN_ISDIR: u32 = 0x4000_0000; constant