Lines Matching refs:fae
251 fsnotify_remove_queued_event(group, &event->fae.fse); in fanotify_get_response()
253 WARN_ON_ONCE(!hlist_unhashed(&event->fae.merge_list)); in fanotify_get_response()
281 fsnotify_destroy_event(group, &event->fae.fse); in fanotify_get_response()
547 pevent->fae.type = FANOTIFY_EVENT_TYPE_PATH; in fanotify_alloc_path_event()
552 return &pevent->fae; in fanotify_alloc_path_event()
564 pevent->fae.type = FANOTIFY_EVENT_TYPE_PATH_PERM; in fanotify_alloc_perm_event()
570 return &pevent->fae; in fanotify_alloc_perm_event()
584 ffe->fae.type = FANOTIFY_EVENT_TYPE_FID; in fanotify_alloc_fid_event()
590 return &ffe->fae; in fanotify_alloc_fid_event()
625 fne->fae.type = FANOTIFY_EVENT_TYPE_FID_NAME; in fanotify_alloc_name_event()
665 return &fne->fae; in fanotify_alloc_name_event()
687 fee->fae.type = FANOTIFY_EVENT_TYPE_FS_ERROR; in fanotify_alloc_error_event()
703 return &fee->fae; in fanotify_alloc_error_event()