Searched refs:FS_ISDIR (Results 1 – 6 of 6) sorted by relevance
45 mask |= FS_ISDIR; in fsnotify_inode()57 mask |= FS_ISDIR; in fsnotify_parent()144 old_dir_mask |= FS_ISDIR; in fsnotify_move()145 new_dir_mask |= FS_ISDIR; in fsnotify_move()226 fsnotify_dirent(inode, dentry, FS_CREATE | FS_ISDIR); in fsnotify_mkdir()239 fsnotify_dirent(dir, dentry, FS_DELETE | FS_ISDIR); in fsnotify_rmdir()
61 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro101 #define ALL_FSNOTIFY_FLAGS (FS_EXCL_UNLINK | FS_ISDIR | FS_IN_ONESHOT | \
112 if ((old->mask & FS_ISDIR) != (new->mask & FS_ISDIR)) in fanotify_should_merge()251 if (!dir && !(event_mask & FS_ISDIR)) in fanotify_group_event_mask()267 if (event_mask & FS_ISDIR && !(mark->mask & FS_ISDIR)) in fanotify_group_event_mask()676 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
84 if (!dir && !(mask & FS_ISDIR)) in dnotify_handle_event()
152 if (mask & FS_ISDIR) in fsnotify_event_needs_parent()
820 BUILD_BUG_ON(IN_ISDIR != FS_ISDIR); in inotify_user_setup()