Searched refs:fae (Results 1 – 3 of 3) sorted by relevance
| /fs/notify/fanotify/ |
| A D | fanotify.h | 285 struct fanotify_event fae; member 294 return container_of(event, struct fanotify_fid_event, fae); in FANOTIFY_FE() 298 struct fanotify_event fae; member 306 return container_of(event, struct fanotify_name_event, fae); in FANOTIFY_NE() 310 struct fanotify_event fae; member 409 struct fanotify_event fae; member 414 struct fanotify_event fae; member 421 return container_of(event, struct fanotify_path_event, fae); in FANOTIFY_PE() 427 return container_of(event, struct fanotify_mnt_event, fae); in FANOTIFY_ME() 438 struct fanotify_event fae; member [all …]
|
| A D | fanotify.c | 563 pevent->fae.type = FANOTIFY_EVENT_TYPE_PATH; in fanotify_alloc_path_event() 568 return &pevent->fae; in fanotify_alloc_path_event() 579 pevent->fae.type = FANOTIFY_EVENT_TYPE_MNT; in fanotify_alloc_mnt_event() 582 return &pevent->fae; in fanotify_alloc_mnt_event() 610 return &pevent->fae; in fanotify_alloc_perm_event() 624 ffe->fae.type = FANOTIFY_EVENT_TYPE_FID; in fanotify_alloc_fid_event() 630 return &ffe->fae; in fanotify_alloc_fid_event() 665 fne->fae.type = FANOTIFY_EVENT_TYPE_FID_NAME; in fanotify_alloc_name_event() 705 return &fne->fae; in fanotify_alloc_name_event() 727 fee->fae.type = FANOTIFY_EVENT_TYPE_FS_ERROR; in fanotify_alloc_error_event() [all …]
|
| A D | fanotify_user.c | 324 fsnotify_destroy_event(group, &event->fae.fse); in finish_permission_event() 399 fae.fse.list) { in process_access_response() 403 list_del_init(&event->fae.fse.list); in process_access_response() 1024 struct fanotify_perm_event, fae.fse.list); in fanotify_release() 1025 list_del_init(&event->fae.fse.list); in fanotify_release()
|
Completed in 11 milliseconds