Searched refs:FS_ISDIR (Results 1 – 3 of 3) sorted by relevance
75 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro125 #define ALL_FSNOTIFY_FLAGS (FS_ISDIR | FS_EVENT_ON_CHILD | FS_DN_MULTISHOT)789 ignore_mask |= FS_ISDIR; in fsnotify_ignore_mask()810 if (is_dir && !(mask & FS_ISDIR)) in fsnotify_mask_applicable()
180 if (mask & FS_ISDIR) in fsnotify_event_needs_parent()395 bool is_dir = mask & FS_ISDIR; in send_to_group()
100 if (!dir && !(mask & FS_ISDIR)) in dnotify_handle_event()