Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfsnotify.h70 mask |= FS_ISDIR; in fsnotify_inode()
85 mask |= FS_ISDIR; in fsnotify_parent()
287 old_dir_mask |= FS_ISDIR; in fsnotify_move()
288 new_dir_mask |= FS_ISDIR; in fsnotify_move()
289 rename_mask |= FS_ISDIR; in fsnotify_move()
382 mask |= FS_ISDIR; in fsnotify_delete()
429 fsnotify_dirent(dir, dentry, FS_CREATE | FS_ISDIR); in fsnotify_mkdir()
H A Dfsnotify_backend.h75 #define FS_ISDIR 0x40000000 /* event occurred against dir */ macro
125 #define ALL_FSNOTIFY_FLAGS (FS_ISDIR | FS_EVENT_ON_CHILD | FS_DN_MULTISHOT)
786 ignore_mask |= FS_ISDIR; in fsnotify_ignore_mask()
807 if (is_dir && !(mask & FS_ISDIR)) in fsnotify_mask_applicable()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify.c146 if ((old->mask & FS_ISDIR) != (new->mask & FS_ISDIR)) in fanotify_should_merge()
947 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event()
/linux-6.15/fs/notify/
H A Dfsnotify.c180 if (mask & FS_ISDIR) in fsnotify_event_needs_parent()
388 bool is_dir = mask & FS_ISDIR; in send_to_group()
/linux-6.15/fs/notify/dnotify/
H A Ddnotify.c100 if (!dir && !(mask & FS_ISDIR)) in dnotify_handle_event()
/linux-6.15/fs/notify/inotify/
H A Dinotify_user.c846 BUILD_BUG_ON(IN_ISDIR != FS_ISDIR); in inotify_user_setup()