Home
last modified time | relevance | path

Searched refs:FANOTIFY_PERM (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/notify/fanotify/
Dfanotify.h434 FANOTIFY_PERM(struct fanotify_event *event) in FANOTIFY_PERM() function
460 return &FANOTIFY_PERM(event)->path; in fanotify_event_path()
Dfanotify_user.c244 FANOTIFY_PERM(event)->state = FAN_EVENT_REPORTED; in get_one_event()
702 FANOTIFY_PERM(event)->fd = fd; in copy_event_to_user()
807 FANOTIFY_PERM(event), FAN_DENY); in fanotify_read()
895 finish_permission_event(group, FANOTIFY_PERM(event), in fanotify_release()
Dfanotify.c972 ret = fanotify_get_response(group, FANOTIFY_PERM(event), in fanotify_handle_event()
1002 kmem_cache_free(fanotify_perm_event_cachep, FANOTIFY_PERM(event)); in fanotify_free_perm_event()