Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.h454 FANOTIFY_PERM(struct fanotify_event *event) in FANOTIFY_PERM() function
470 return FANOTIFY_PERM(event)->ppos; in fanotify_event_has_access_range()
493 return &FANOTIFY_PERM(event)->path; in fanotify_event_path()
H A Dfanotify_user.c342 FANOTIFY_PERM(event)->state = FAN_EVENT_REPORTED; in get_one_event()
670 struct fanotify_perm_event *pevent = FANOTIFY_PERM(event); in copy_range_info_to_user()
956 FANOTIFY_PERM(event)->fd = fd; in copy_event_to_user()
1041 if (ret <= 0 || FANOTIFY_PERM(event)->fd < 0) { in fanotify_read()
1044 FANOTIFY_PERM(event), FAN_DENY, NULL); in fanotify_read()
1050 FANOTIFY_PERM(event)->recv_pid = current->pid; in fanotify_read()
1139 finish_permission_event(group, FANOTIFY_PERM(event), in fanotify_release()
H A Dfanotify.c1006 ret = fanotify_get_response(group, FANOTIFY_PERM(event), in fanotify_handle_event()
1037 kmem_cache_free(fanotify_perm_event_cachep, FANOTIFY_PERM(event)); in fanotify_free_perm_event()