Home
last modified time | relevance | path

Searched refs:fanotify_event_metadata (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dfanotify.h113 struct fanotify_event_metadata { struct
165 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
168 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/Linux-v5.10/fs/notify/fanotify/
Dfanotify_user.c327 struct fanotify_event_metadata metadata; in copy_event_to_user()