OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fanotify_event_metadata
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
fanotify.h
61
struct
fanotify_event_metadata
{
struct
78
#define FAN_EVENT_METADATA_LEN (sizeof(struct
fanotify_event_metadata
))
79
#define FAN_EVENT_NEXT(meta,len) ((len) -= (meta)->event_len, (struct
fanotify_event_metadata
*) (((char *) (meta)) + (meta)->event_len))
/external/kernel-headers/original/uapi/linux/
fanotify.h
99
struct
fanotify_event_metadata
{
struct
122
/* Helper functions to deal with
fanotify_event_metadata
buffers */
123
#define FAN_EVENT_METADATA_LEN (sizeof(struct
fanotify_event_metadata
))
126
(struct
fanotify_event_metadata
*)(((char *)(meta)) + \
Completed in 41 milliseconds