Home
last modified time | relevance | path

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

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