Searched refs:IN_ONLYDIR (Results 1 – 7 of 7) sorted by relevance
40 #define IN_ONLYDIR 0x01000000 macro
43 #ifndef IN_ONLYDIR44 #define IN_ONLYDIR 0 macro264 wd = _ik_watch (sub->dirname, IP_INOTIFY_DIR_MASK|IN_ONLYDIR, &err); in _ip_start_watching()
50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ macro