Home
last modified time | relevance | path

Searched refs:DCACHE_FSNOTIFY_PARENT_WATCHED (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/notify/
H A Dfsnotify.c147 child->d_flags |= DCACHE_FSNOTIFY_PARENT_WATCHED; in fsnotify_set_children_dentry_flags()
169 dentry->d_flags &= ~DCACHE_FSNOTIFY_PARENT_WATCHED; in fsnotify_clear_child_dentry_flag()
245 bool parent_watched = dentry->d_flags & DCACHE_FSNOTIFY_PARENT_WATCHED; in __fsnotify_parent()
709 if (dentry->d_flags & DCACHE_FSNOTIFY_PARENT_WATCHED) { in file_set_fsnotify_mode_from_watchers()
/linux-6.15/include/linux/
H A Dfsnotify_backend.h696 dentry->d_flags |= DCACHE_FSNOTIFY_PARENT_WATCHED; in fsnotify_update_flags()
698 dentry->d_flags &= ~DCACHE_FSNOTIFY_PARENT_WATCHED; in fsnotify_update_flags()
H A Ddcache.h205 DCACHE_FSNOTIFY_PARENT_WATCHED = BIT(13), /* Parent inode is watched by some fsnotify listener */ enumerator
H A Dfsnotify.h88 if (!(dentry->d_flags & DCACHE_FSNOTIFY_PARENT_WATCHED)) in fsnotify_parent()