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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfanotify.h69 struct fanotify_event_metadata { struct
86 /* Helper functions to deal with fanotify_event_metadata buffers */
87 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
90 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/fanotify/
H A Dfanotify_user.c106 struct fanotify_event_metadata *metadata,
251 struct fanotify_event_metadata fanotify_event_metadata; local
256 fd = fill_event_metadata(group, &fanotify_event_metadata, event);
265 if (copy_to_user(buf, &fanotify_event_metadata, FAN_EVENT_METADATA_LEN))

Completed in 107 milliseconds