Searched refs:to_tell (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/notify/ |
D | fsnotify.c | 186 static int send_to_group(struct inode *to_tell, in send_to_group() argument 228 __func__, group, to_tell, mask, marks_mask, marks_ignored_mask, in send_to_group() 234 return group->ops->handle_event(group, to_tell, mask, data, data_is, in send_to_group() 318 int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() argument 339 if (!to_tell->i_fsnotify_marks && in fsnotify() 348 !(test_mask & to_tell->i_fsnotify_mask) && in fsnotify() 355 fsnotify_first_mark(&to_tell->i_fsnotify_marks); in fsnotify() 367 ret = send_to_group(to_tell, mask, data, data_is, cookie, in fsnotify()
|
/Linux-v4.19/include/linux/ |
D | fsnotify_backend.h | 333 extern int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, 466 struct inode *to_tell, u32 mask); 470 static inline int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() argument
|
/Linux-v4.19/kernel/ |
D | audit_fsnotify.c | 167 struct inode *to_tell, in audit_mark_handle_event() argument
|
D | audit_watch.c | 485 struct inode *to_tell, in audit_watch_handle_event() argument
|
D | audit_tree.c | 994 struct inode *to_tell, in audit_tree_handle_event() argument
|