Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfanotify.h131 struct fanotify_event_metadata { struct
236 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
239 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/openbmc/linux/samples/fanotify/
H A Dfs-monitor.c57 struct fanotify_event_metadata *event = in handle_notifications()
58 (struct fanotify_event_metadata *) buffer; in handle_notifications()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c654 struct fanotify_event_metadata metadata; in copy_event_to_user()