Searched refs:vfsmount_mark (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/fs/notify/ |
| D | fsnotify.c | 127 struct fsnotify_mark *vfsmount_mark, in send_to_group() argument 136 if (unlikely(!inode_mark && !vfsmount_mark)) { in send_to_group() 146 if (vfsmount_mark && in send_to_group() 147 !(vfsmount_mark->flags & FSNOTIFY_MARK_FLAG_IGNORED_SURV_MODIFY)) in send_to_group() 148 vfsmount_mark->ignored_mask = 0; in send_to_group() 160 if (vfsmount_mark) { in send_to_group() 162 group = vfsmount_mark->group; in send_to_group() 163 vfsmount_test_mask &= vfsmount_mark->mask; in send_to_group() 164 vfsmount_test_mask &= ~vfsmount_mark->ignored_mask; in send_to_group() 173 inode_test_mask, vfsmount_mark, vfsmount_test_mask, data, in send_to_group() [all …]
|
| D | Makefile | 2 mark.o vfsmount_mark.o fdinfo.o
|
| /linux-4.4.14/fs/notify/inotify/ |
| D | inotify_fsnotify.c | 68 struct fsnotify_mark *vfsmount_mark, in inotify_handle_event() argument 79 BUG_ON(vfsmount_mark); in inotify_handle_event()
|
| D | inotify.h | 28 struct fsnotify_mark *vfsmount_mark,
|
| /linux-4.4.14/fs/notify/dnotify/ |
| D | dnotify.c | 87 struct fsnotify_mark *vfsmount_mark, in dnotify_handle_event() argument 101 BUG_ON(vfsmount_mark); in dnotify_handle_event()
|
| /linux-4.4.14/kernel/ |
| D | audit_fsnotify.c | 170 struct fsnotify_mark *vfsmount_mark, in audit_mark_handle_event() argument
|
| D | audit_watch.c | 473 struct fsnotify_mark *vfsmount_mark, in audit_watch_handle_event() argument
|
| D | audit_tree.c | 952 struct fsnotify_mark *vfsmount_mark, in audit_tree_handle_event() argument
|
| /linux-4.4.14/include/linux/ |
| D | fsnotify_backend.h | 98 struct fsnotify_mark *vfsmount_mark,
|