Home
last modified time | relevance | path

Searched refs:parent_watched (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/notify/
H A Dfsnotify.c187 bool parent_watched = dentry->d_flags & DCACHE_FSNOTIFY_PARENT_WATCHED; in __fsnotify_parent() local
200 (!mnt || !mnt->mnt_fsnotify_marks) && !parent_watched) in __fsnotify_parent()
205 if (!parent_watched && !parent_needed) in __fsnotify_parent()
212 if (unlikely(parent_watched && !p_mask)) in __fsnotify_parent()
/kernel/linux/linux-6.6/fs/notify/
H A Dfsnotify.c185 bool parent_watched = dentry->d_flags & DCACHE_FSNOTIFY_PARENT_WATCHED; in __fsnotify_parent() local
198 (!mnt || !mnt->mnt_fsnotify_marks) && !parent_watched) in __fsnotify_parent()
203 if (!parent_watched && !parent_needed) in __fsnotify_parent()
210 if (unlikely(parent_watched && !p_mask)) in __fsnotify_parent()

Completed in 3 milliseconds