Searched refs:IN_ONLYDIR (Results 1 – 7 of 7) sorted by relevance
111 #if defined(IN_ONLYDIR) || (defined(HAVE_DECL_IN_ONLYDIR) && HAVE_DECL_IN_ONLYDIR)113 static_assert((IN_ONLYDIR) == (0x01000000), "IN_ONLYDIR != 0x01000000");116 # define IN_ONLYDIR 0x01000000186 XLAT(IN_ONLYDIR),
16 IN_ONLYDIR 0x01000000
53 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ macro
50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ macro
302 IN_ONLYDIR); in AddWatch()
1953 pub const IN_ONLYDIR: u32 = 0x0100_0000; constant
2263 pub const IN_ONLYDIR: u32 = 0x0100_0000; constant