Searched refs:FS_ISDIR (Results 1 – 4 of 4) sorted by relevance
83 fsnotify_mask |= FS_ISDIR; in fsnotify_perm()96 mask |= FS_ISDIR; in fsnotify_link_count()120 old_dir_mask |= FS_ISDIR; in fsnotify_move()121 new_dir_mask |= FS_ISDIR; in fsnotify_move()122 mask |= FS_ISDIR; in fsnotify_move()162 mask |= FS_ISDIR; in fsnotify_inoderemove()211 fsnotify_dirent(inode, dentry, FS_CREATE | FS_ISDIR); in fsnotify_mkdir()224 fsnotify_dirent(dir, dentry, FS_DELETE | FS_ISDIR); in fsnotify_rmdir()237 mask |= FS_ISDIR; in fsnotify_access()253 mask |= FS_ISDIR; in fsnotify_modify()[all …]
52 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro91 #define ALL_FSNOTIFY_FLAGS (FS_EXCL_UNLINK | FS_ISDIR | FS_IN_ONESHOT | \
45 return (old->mask & FS_ISDIR) == (new->mask & FS_ISDIR) && in should_merge()206 if (event_mask & FS_ISDIR && in fanotify_group_event_mask()207 !(marks_mask & FS_ISDIR & ~marks_ignored_mask)) in fanotify_group_event_mask()401 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
820 BUILD_BUG_ON(IN_ISDIR != FS_ISDIR); in inotify_user_setup()