Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfanotify.h138 struct fanotify_event_metadata { struct
264 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
267 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/linux-6.15/samples/fanotify/
H A Dfs-monitor.c57 struct fanotify_event_metadata *event = in handle_notifications()
58 (struct fanotify_event_metadata *) buffer; in handle_notifications()
/linux-6.15/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c143 struct fanotify_event_metadata *meta; in expect_notify()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c743 struct fanotify_event_metadata metadata; in copy_event_to_user()