Searched refs:to_tell (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/notify/ |
D | fsnotify.c | 126 static int send_to_group(struct inode *to_tell, in send_to_group() argument 173 __func__, group, to_tell, mask, inode_mark, in send_to_group() 180 return group->ops->handle_event(group, to_tell, inode_mark, in send_to_group() 191 int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, in fsnotify() argument 213 !(test_mask & to_tell->i_fsnotify_mask) && in fsnotify() 220 (test_mask & to_tell->i_fsnotify_mask)) in fsnotify() 221 inode_node = srcu_dereference(to_tell->i_fsnotify_marks.first, in fsnotify() 228 inode_node = srcu_dereference(to_tell->i_fsnotify_marks.first, in fsnotify() 266 ret = send_to_group(to_tell, inode_mark, vfsmount_mark, mask, in fsnotify()
|
/linux-4.1.27/include/linux/ |
D | fsnotify_backend.h | 242 extern int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, 366 struct inode *to_tell, u32 mask); 370 static inline int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, in fsnotify() argument
|
/linux-4.1.27/kernel/ |
D | audit_watch.c | 470 struct inode *to_tell, in audit_watch_handle_event() argument
|
D | audit_tree.c | 948 struct inode *to_tell, in audit_tree_handle_event() argument
|