Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfanotify.h108 struct fanotify_event_metadata { struct
152 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
155 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c263 struct fanotify_event_metadata metadata; in copy_event_to_user()