Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfsnotify.h51 mask |= FS_ISDIR; in fsnotify_inode()
66 mask |= FS_ISDIR; in fsnotify_parent()
159 old_dir_mask |= FS_ISDIR; in fsnotify_move()
160 new_dir_mask |= FS_ISDIR; in fsnotify_move()
161 rename_mask |= FS_ISDIR; in fsnotify_move()
249 mask |= FS_ISDIR; in fsnotify_delete()
296 fsnotify_dirent(dir, dentry, FS_CREATE | FS_ISDIR); in fsnotify_mkdir()
H A Dfsnotify_backend.h68 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro
108 #define ALL_FSNOTIFY_FLAGS (FS_ISDIR | FS_EVENT_ON_CHILD | FS_DN_MULTISHOT)
682 ignore_mask |= FS_ISDIR; in fsnotify_ignore_mask()
703 if (is_dir && !(mask & FS_ISDIR)) in fsnotify_mask_applicable()
/openbmc/linux/fs/notify/
H A Dfsnotify.c161 if (mask & FS_ISDIR) in fsnotify_event_needs_parent()
342 bool is_dir = mask & FS_ISDIR; in send_to_group()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c153 if ((old->mask & FS_ISDIR) != (new->mask & FS_ISDIR)) in fanotify_should_merge()
920 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c102 if (!dir && !(mask & FS_ISDIR)) in dnotify_handle_event()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c861 BUILD_BUG_ON(IN_ISDIR != FS_ISDIR); in inotify_user_setup()