Lines Matching defs:data
296 const void *data, int data_type,
302 const struct path *path = fsnotify_data_path(data, data_type);
308 pr_debug("%s: report_mask=%x mask=%x data=%p data_type=%d\n",
309 __func__, iter_info->report_mask, event_mask, data, data_type);
505 static struct inode *fanotify_fid_inode(u32 event_mask, const void *data,
513 return fsnotify_data_inode(data, data_type);
524 static struct inode *fanotify_dfid_inode(u32 event_mask, const void *data,
527 struct inode *inode = fsnotify_data_inode(data, data_type);
675 const void *data, int data_type,
679 fsnotify_data_error_report(data, data_type);
712 u32 mask, const void *data, int data_type,
719 struct inode *id = fanotify_fid_inode(mask, data, data_type, dir,
721 struct inode *dirid = fanotify_dfid_inode(mask, data, data_type, dir);
722 const struct path *path = fsnotify_data_path(data, data_type);
789 moved = fsnotify_data_dentry(data, data_type);
811 event = fanotify_alloc_error_event(group, fsid, data,
893 const void *data, int data_type,
929 mask, data, data_type, dir);
952 event = fanotify_alloc_event(group, mask, data, data_type, dir,