Searched refs:mnt_mask (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/notify/ |
| H A D | fsnotify.c | 174 static bool fsnotify_event_needs_parent(struct inode *inode, __u32 mnt_mask, in fsnotify_event_needs_parent() argument 195 marks_mask |= fsnotify_parent_needed_mask(mnt_mask); in fsnotify_event_needs_parent() 202 static inline bool fsnotify_object_watched(struct inode *inode, __u32 mnt_mask, in fsnotify_object_watched() argument 205 __u32 marks_mask = READ_ONCE(inode->i_fsnotify_mask) | mnt_mask | in fsnotify_object_watched() 241 __u32 mnt_mask = path ? in __fsnotify_parent() local 255 !fsnotify_object_watched(inode, mnt_mask, mask))) in __fsnotify_parent() 259 parent_needed = fsnotify_event_needs_parent(inode, mnt_mask, mask); in __fsnotify_parent() 668 __u32 mnt_mask, p_mask; in file_set_fsnotify_mode_from_watchers() local 700 mnt_mask = READ_ONCE(real_mount(file->f_path.mnt)->mnt_fsnotify_mask); in file_set_fsnotify_mode_from_watchers() 701 if (unlikely(fsnotify_object_watched(d_inode(dentry), mnt_mask, in file_set_fsnotify_mode_from_watchers()
|