Searched refs:DCACHE_FSNOTIFY_PARENT_WATCHED (Results 1 – 4 of 4) sorted by relevance
142 child->d_flags |= DCACHE_FSNOTIFY_PARENT_WATCHED; in fsnotify_set_children_dentry_flags()164 dentry->d_flags &= ~DCACHE_FSNOTIFY_PARENT_WATCHED; in fsnotify_clear_child_dentry_flag()222 bool parent_watched = dentry->d_flags & DCACHE_FSNOTIFY_PARENT_WATCHED; in __fsnotify_parent()
619 dentry->d_flags |= DCACHE_FSNOTIFY_PARENT_WATCHED; in fsnotify_update_flags()621 dentry->d_flags &= ~DCACHE_FSNOTIFY_PARENT_WATCHED; in fsnotify_update_flags()
88 if (!(dentry->d_flags & DCACHE_FSNOTIFY_PARENT_WATCHED)) in fsnotify_parent()
194 #define DCACHE_FSNOTIFY_PARENT_WATCHED BIT(14) macro
Completed in 13 milliseconds