Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfanotify.h59 struct fanotify_event_metadata { struct
76 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
78 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfanotify.h113 struct fanotify_event_metadata { struct
164 /* Helper functions to deal with fanotify_event_metadata buffers */
165 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
168 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfanotify.h130 struct fanotify_event_metadata { struct
234 /* Helper functions to deal with fanotify_event_metadata buffers */
235 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
238 (struct fanotify_event_metadata*)(((char *)(meta)) + \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfanotify.h73 struct fanotify_event_metadata { struct
103 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
104 #define FAN_EVENT_NEXT(meta,len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata *) (((char *) (meta)) + (meta)->event_len))
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfanotify.h73 struct fanotify_event_metadata { struct
103 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
104 #define FAN_EVENT_NEXT(meta,len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata *) (((char *) (meta)) + (meta)->event_len))
/kernel/linux/linux-6.6/samples/fanotify/
H A Dfs-monitor.c57 struct fanotify_event_metadata *event = in handle_notifications()
58 (struct fanotify_event_metadata *) buffer; in handle_notifications()
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify_user.c327 struct fanotify_event_metadata metadata; in copy_event_to_user()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify_user.c661 struct fanotify_event_metadata metadata; in copy_event_to_user()

Completed in 7 milliseconds