Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
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-6.6.21/samples/fanotify/
Dfs-monitor.c57 struct fanotify_event_metadata *event = in handle_notifications()
58 (struct fanotify_event_metadata *) buffer; in handle_notifications()
/linux-6.6.21/fs/notify/fanotify/
Dfanotify_user.c661 struct fanotify_event_metadata metadata; in copy_event_to_user()