Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfanotify.h86 struct fanotify_event_metadata { struct
110 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
113 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/Linux-v4.19/fs/notify/fanotify/
Dfanotify_user.c118 struct fanotify_event_metadata *metadata, in fill_event_metadata()
211 struct fanotify_event_metadata fanotify_event_metadata; in copy_event_to_user() local
217 ret = fill_event_metadata(group, &fanotify_event_metadata, event, &f); in copy_event_to_user()
221 fd = fanotify_event_metadata.fd; in copy_event_to_user()
223 if (copy_to_user(buf, &fanotify_event_metadata, in copy_event_to_user()
224 fanotify_event_metadata.event_len)) in copy_event_to_user()
232 return fanotify_event_metadata.event_len; in copy_event_to_user()