Searched refs:to_tell (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/fs/notify/ |
| D | fsnotify.c | 125 static int send_to_group(struct inode *to_tell, in send_to_group() argument 172 __func__, group, to_tell, mask, inode_mark, in send_to_group() 179 return group->ops->handle_event(group, to_tell, inode_mark, in send_to_group() 190 int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, in fsnotify() argument 213 if (hlist_empty(&to_tell->i_fsnotify_marks) && in fsnotify() 222 !(test_mask & to_tell->i_fsnotify_mask) && in fsnotify() 229 (test_mask & to_tell->i_fsnotify_mask)) in fsnotify() 230 inode_node = srcu_dereference(to_tell->i_fsnotify_marks.first, in fsnotify() 237 inode_node = srcu_dereference(to_tell->i_fsnotify_marks.first, in fsnotify() 275 ret = send_to_group(to_tell, inode_mark, vfsmount_mark, mask, in fsnotify()
|
| /linux-4.4.14/include/linux/ |
| D | fsnotify_backend.h | 249 extern int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, 375 struct inode *to_tell, u32 mask); 379 static inline int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, in fsnotify() argument
|
| /linux-4.4.14/kernel/ |
| D | audit_fsnotify.c | 168 struct inode *to_tell, in audit_mark_handle_event() argument
|
| D | audit_watch.c | 471 struct inode *to_tell, in audit_watch_handle_event() argument
|
| D | audit_tree.c | 950 struct inode *to_tell, in audit_tree_handle_event() argument
|