Searched refs:to_tell (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/notify/ |
D | fsnotify.c | 182 static int send_to_group(struct inode *to_tell, in send_to_group() argument 224 __func__, group, to_tell, mask, marks_mask, marks_ignored_mask, in send_to_group() 230 return group->ops->handle_event(group, to_tell, mask, data, data_is, in send_to_group() 314 int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() argument 318 struct super_block *sb = to_tell->i_sb; in fsnotify() 339 if (!to_tell->i_fsnotify_marks && !sb->s_fsnotify_marks && in fsnotify() 348 !(test_mask & (to_tell->i_fsnotify_mask | mnt_or_sb_mask))) in fsnotify() 354 fsnotify_first_mark(&to_tell->i_fsnotify_marks); in fsnotify() 368 ret = send_to_group(to_tell, mask, data, data_is, cookie, in fsnotify()
|
/Linux-v5.4/include/linux/ |
D | fsnotify_backend.h | 354 extern int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, 511 static inline int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() argument
|
/Linux-v5.4/fs/notify/fanotify/ |
D | fanotify.c | 267 static struct inode *fanotify_fid_inode(struct inode *to_tell, u32 event_mask, in fanotify_fid_inode() argument 271 return to_tell; in fanotify_fid_inode()
|
/Linux-v5.4/kernel/ |
D | audit_fsnotify.c | 156 struct inode *to_tell, in audit_mark_handle_event() argument
|
D | audit_watch.c | 470 struct inode *to_tell, in audit_watch_handle_event() argument
|
D | audit_tree.c | 1041 struct inode *to_tell, in audit_tree_handle_event() argument
|