Home
last modified time | relevance | path

Searched refs:FS_ISDIR (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dfsnotify_backend.h75 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro
125 #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()
/linux/fs/notify/
H A Dfsnotify.c180 if (mask & FS_ISDIR) in fsnotify_event_needs_parent()
395 bool is_dir = mask & FS_ISDIR; in send_to_group()
/linux/fs/notify/dnotify/
H A Ddnotify.c100 if (!dir && !(mask & FS_ISDIR)) in dnotify_handle_event()