Searched refs:FS_ISDIR (Results 1 – 2 of 2) sorted by relevance
51 mask |= FS_ISDIR; in fsnotify_inode()66 mask |= FS_ISDIR; in fsnotify_parent()176 old_dir_mask |= FS_ISDIR; in fsnotify_move()177 new_dir_mask |= FS_ISDIR; in fsnotify_move()252 mask |= FS_ISDIR; in fsnotify_delete()294 fsnotify_dirent(inode, dentry, FS_CREATE | FS_ISDIR); in fsnotify_mkdir()
61 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro101 #define ALL_FSNOTIFY_FLAGS (FS_EXCL_UNLINK | FS_ISDIR | FS_IN_ONESHOT | \