Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfanotify.h130 struct fanotify_event_metadata { struct
235 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
238 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/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()