fsn_event         393 fs/notify/fanotify/fanotify.c 	struct fsnotify_event *fsn_event;
fsn_event         455 fs/notify/fanotify/fanotify.c 	fsn_event = &event->fse;
fsn_event         456 fs/notify/fanotify/fanotify.c 	ret = fsnotify_add_event(group, fsn_event, fanotify_merge);
fsn_event         461 fs/notify/fanotify/fanotify.c 		fsnotify_destroy_event(group, fsn_event);
fsn_event         465 fs/notify/fanotify/fanotify.c 		ret = fanotify_get_response(group, FANOTIFY_PE(fsn_event),
fsn_event         484 fs/notify/fanotify/fanotify.c static void fanotify_free_event(struct fsnotify_event *fsn_event)
fsn_event         488 fs/notify/fanotify/fanotify.c 	event = FANOTIFY_E(fsn_event);
fsn_event         496 fs/notify/fanotify/fanotify.c 				FANOTIFY_PE(fsn_event));
fsn_event          74 fs/notify/fanotify/fanotify_user.c 	struct fsnotify_event *fsn_event = NULL;
fsn_event          88 fs/notify/fanotify/fanotify_user.c 		fsn_event = ERR_PTR(-EINVAL);
fsn_event          91 fs/notify/fanotify/fanotify_user.c 	fsn_event = fsnotify_remove_first_event(group);
fsn_event          92 fs/notify/fanotify/fanotify_user.c 	if (fanotify_is_perm_event(FANOTIFY_E(fsn_event)->mask))
fsn_event          93 fs/notify/fanotify/fanotify_user.c 		FANOTIFY_PE(fsn_event)->state = FAN_EVENT_REPORTED;
fsn_event          96 fs/notify/fanotify/fanotify_user.c 	return fsn_event;
fsn_event         260 fs/notify/fanotify/fanotify_user.c 				  struct fsnotify_event *fsn_event,
fsn_event         268 fs/notify/fanotify/fanotify_user.c 	pr_debug("%s: group=%p event=%p\n", __func__, group, fsn_event);
fsn_event         270 fs/notify/fanotify/fanotify_user.c 	event = container_of(fsn_event, struct fanotify_event, fse);
fsn_event         299 fs/notify/fanotify/fanotify_user.c 		FANOTIFY_PE(fsn_event)->fd = fd;
fsn_event         444 fs/notify/fanotify/fanotify_user.c 	struct fsnotify_event *fsn_event;
fsn_event         472 fs/notify/fanotify/fanotify_user.c 		fsn_event = fsnotify_remove_first_event(group);
fsn_event         473 fs/notify/fanotify/fanotify_user.c 		if (!(FANOTIFY_E(fsn_event)->mask & FANOTIFY_PERM_EVENTS)) {
fsn_event         475 fs/notify/fanotify/fanotify_user.c 			fsnotify_destroy_event(group, fsn_event);
fsn_event         477 fs/notify/fanotify/fanotify_user.c 			finish_permission_event(group, FANOTIFY_PE(fsn_event),
fsn_event         496 fs/notify/fanotify/fanotify_user.c 	struct fsnotify_event *fsn_event;
fsn_event         508 fs/notify/fanotify/fanotify_user.c 		list_for_each_entry(fsn_event, &group->notification_list, list)
fsn_event          67 fs/notify/inotify/inotify_fsnotify.c 	struct fsnotify_event *fsn_event;
fsn_event         120 fs/notify/inotify/inotify_fsnotify.c 	fsn_event = &event->fse;
fsn_event         121 fs/notify/inotify/inotify_fsnotify.c 	fsnotify_init_event(fsn_event, (unsigned long)inode);
fsn_event         129 fs/notify/inotify/inotify_fsnotify.c 	ret = fsnotify_add_event(group, fsn_event, inotify_merge);
fsn_event         132 fs/notify/inotify/inotify_fsnotify.c 		fsnotify_destroy_event(group, fsn_event);
fsn_event         190 fs/notify/inotify/inotify_fsnotify.c static void inotify_free_event(struct fsnotify_event *fsn_event)
fsn_event         192 fs/notify/inotify/inotify_fsnotify.c 	kfree(INOTIFY_E(fsn_event));
fsn_event         115 fs/notify/inotify/inotify_user.c static int round_event_name_len(struct fsnotify_event *fsn_event)
fsn_event         119 fs/notify/inotify/inotify_user.c 	event = INOTIFY_E(fsn_event);
fsn_event         163 fs/notify/inotify/inotify_user.c 				  struct fsnotify_event *fsn_event,
fsn_event         172 fs/notify/inotify/inotify_user.c 	pr_debug("%s: group=%p event=%p\n", __func__, group, fsn_event);
fsn_event         174 fs/notify/inotify/inotify_user.c 	event = INOTIFY_E(fsn_event);
fsn_event         180 fs/notify/inotify/inotify_user.c 	pad_name_len = round_event_name_len(fsn_event);
fsn_event         280 fs/notify/inotify/inotify_user.c 	struct fsnotify_event *fsn_event;
fsn_event         293 fs/notify/inotify/inotify_user.c 		list_for_each_entry(fsn_event, &group->notification_list,
fsn_event         296 fs/notify/inotify/inotify_user.c 			send_len += round_event_name_len(fsn_event);