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

/linux-4.1.27/include/uapi/linux/
H A Dfanotify.h84 struct fanotify_event_metadata { struct
105 /* Helper functions to deal with fanotify_event_metadata buffers */
106 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
109 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/linux-4.1.27/fs/notify/fanotify/
H A Dfanotify_user.c115 struct fanotify_event_metadata *metadata, fill_event_metadata()
207 struct fanotify_event_metadata fanotify_event_metadata; copy_event_to_user() local
213 ret = fill_event_metadata(group, &fanotify_event_metadata, event, &f); copy_event_to_user()
217 fd = fanotify_event_metadata.fd; copy_event_to_user()
219 if (copy_to_user(buf, &fanotify_event_metadata, copy_event_to_user()
220 fanotify_event_metadata.event_len)) copy_event_to_user()
230 return fanotify_event_metadata.event_len; copy_event_to_user()

Completed in 128 milliseconds