Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfsnotify.h51 mask |= FS_ISDIR; in fsnotify_inode()
66 mask |= FS_ISDIR; in fsnotify_parent()
153 old_dir_mask |= FS_ISDIR; in fsnotify_move()
154 new_dir_mask |= FS_ISDIR; in fsnotify_move()
248 fsnotify_dirent(dir, dentry, FS_CREATE | FS_ISDIR); in fsnotify_mkdir()
261 fsnotify_dirent(dir, dentry, FS_DELETE | FS_ISDIR); in fsnotify_rmdir()
A Dfsnotify_backend.h68 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro
109 #define ALL_FSNOTIFY_FLAGS (FS_EXCL_UNLINK | FS_ISDIR | FS_IN_ONESHOT | \
/linux/fs/notify/fanotify/
A Dfanotify.c141 if ((old->mask & FS_ISDIR) != (new->mask & FS_ISDIR)) in fanotify_should_merge()
298 if (!dir && !(event_mask & FS_ISDIR)) in fanotify_group_event_mask()
314 if (event_mask & FS_ISDIR && !(mark->mask & FS_ISDIR)) in fanotify_group_event_mask()
820 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
/linux/fs/notify/dnotify/
A Ddnotify.c84 if (!dir && !(mask & FS_ISDIR)) in dnotify_handle_event()
/linux/fs/notify/
A Dfsnotify.c152 if (mask & FS_ISDIR) in fsnotify_event_needs_parent()
/linux/fs/notify/inotify/
A Dinotify_user.c841 BUILD_BUG_ON(IN_ISDIR != FS_ISDIR); in inotify_user_setup()

Completed in 12 milliseconds