Lines Matching refs:response
172 int response = response_struct->response; in process_access_response() local
175 fd, response); in process_access_response()
181 switch (response) { in process_access_response()
196 event->response = response; in process_access_response()
308 FANOTIFY_PE(kevent)->response = FAN_DENY; in fanotify_read()
331 struct fanotify_response response = { .fd = -1, .response = -1 }; in fanotify_write() local
337 if (count > sizeof(response)) in fanotify_write()
338 count = sizeof(response); in fanotify_write()
342 if (copy_from_user(&response, buf, count)) in fanotify_write()
345 ret = process_access_response(group, &response); in fanotify_write()
377 event->response = FAN_ALLOW; in fanotify_release()