Home
last modified time | relevance | path

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

/linux-4.1.27/fs/notify/
Dfsnotify.c128 struct fsnotify_mark *vfsmount_mark, in send_to_group() argument
137 if (unlikely(!inode_mark && !vfsmount_mark)) { in send_to_group()
147 if (vfsmount_mark && in send_to_group()
148 !(vfsmount_mark->flags & FSNOTIFY_MARK_FLAG_IGNORED_SURV_MODIFY)) in send_to_group()
149 vfsmount_mark->ignored_mask = 0; in send_to_group()
161 if (vfsmount_mark) { in send_to_group()
163 group = vfsmount_mark->group; in send_to_group()
164 vfsmount_test_mask &= vfsmount_mark->mask; in send_to_group()
165 vfsmount_test_mask &= ~vfsmount_mark->ignored_mask; in send_to_group()
174 inode_test_mask, vfsmount_mark, vfsmount_test_mask, data, in send_to_group()
[all …]
DMakefile2 mark.o vfsmount_mark.o fdinfo.o
/linux-4.1.27/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,
/linux-4.1.27/fs/notify/dnotify/
Ddnotify.c87 struct fsnotify_mark *vfsmount_mark, in dnotify_handle_event() argument
101 BUG_ON(vfsmount_mark); in dnotify_handle_event()
/linux-4.1.27/include/linux/
Dfsnotify_backend.h100 struct fsnotify_mark *vfsmount_mark,
/linux-4.1.27/kernel/
Daudit_watch.c472 struct fsnotify_mark *vfsmount_mark, in audit_watch_handle_event() argument
Daudit_tree.c950 struct fsnotify_mark *vfsmount_mark, in audit_tree_handle_event() argument