Home
last modified time | relevance | path

Searched refs:vfsmount_mark (Results 1 – 5 of 5) sorted by relevance

/fs/notify/
Dfsnotify.c131 struct fsnotify_mark *vfsmount_mark, in send_to_group() argument
140 if (unlikely(!inode_mark && !vfsmount_mark)) { in send_to_group()
150 if (vfsmount_mark && in send_to_group()
151 !(vfsmount_mark->flags & FSNOTIFY_MARK_FLAG_IGNORED_SURV_MODIFY)) in send_to_group()
152 vfsmount_mark->ignored_mask = 0; in send_to_group()
164 if (vfsmount_mark) { in send_to_group()
166 group = vfsmount_mark->group; in send_to_group()
167 vfsmount_test_mask &= vfsmount_mark->mask; in send_to_group()
168 vfsmount_test_mask &= ~vfsmount_mark->ignored_mask; in send_to_group()
177 inode_test_mask, vfsmount_mark, vfsmount_test_mask, data, in send_to_group()
[all …]
DMakefile2 mark.o vfsmount_mark.o fdinfo.o
/fs/notify/inotify/
Dinotify_fsnotify.c68 struct fsnotify_mark *vfsmount_mark, in inotify_handle_event() argument
79 BUG_ON(vfsmount_mark); in inotify_handle_event()
Dinotify.h28 struct fsnotify_mark *vfsmount_mark,
/fs/notify/dnotify/
Ddnotify.c87 struct fsnotify_mark *vfsmount_mark, in dnotify_handle_event() argument
101 BUG_ON(vfsmount_mark); in dnotify_handle_event()