Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfanotify.h114 struct fanotify_event_metadata { struct
178 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
181 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c530 struct fanotify_event_metadata metadata; in copy_event_to_user()