Lines Matching defs:data
180 int __fsnotify_parent(struct dentry *dentry, __u32 mask, const void *data,
183 const struct path *path = fsnotify_data_path(data, data_type);
221 /* When notifying parent, child should be passed as data */
222 WARN_ON_ONCE(inode != fsnotify_data_inode(data, data_type));
232 ret = fsnotify(mask, data, data_type, p_inode, file_name, inode, 0);
244 u32 mask, const void *data, int data_type,
248 const struct path *path = fsnotify_data_path(data, data_type);
249 struct inode *inode = fsnotify_data_inode(data, data_type);
267 const void *data, int data_type,
288 data, data_type, dir, name, 0);
310 return fsnotify_handle_inode_event(group, inode_mark, mask, data, data_type,
314 static int send_to_group(__u32 mask, const void *data, int data_type,
352 pr_debug("%s: group=%p mask=%x marks_mask=%x marks_ignored_mask=%x data=%p data_type=%d dir=%p cookie=%d\n",
354 data, data_type, dir, cookie);
360 return group->ops->handle_event(group, mask, data, data_type, dir,
364 return fsnotify_handle_event(group, mask, data, data_type, dir,
451 * @data: object that event happened on
462 int fsnotify(__u32 mask, const void *data, int data_type, struct inode *dir,
465 const struct path *path = fsnotify_data_path(data, data_type);
541 ret = send_to_group(mask, data, data_type, dir, file_name,