Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c47 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
129 struct fanotify_event_metadata *event; in verify_event()
135 event = (struct fanotify_event_metadata *)&event_buf[len]; in verify_event()
171 struct fanotify_event_metadata *event; in verify_no_event()
173 event = (struct fanotify_event_metadata *)&event_buf[len]; in verify_no_event()
Dfanotify06.c56 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
140 static void verify_event(int group, struct fanotify_event_metadata *event) in verify_event()
163 struct fanotify_event_metadata *event; in test01()
191 event = (struct fanotify_event_metadata *)event_buf; in test01()
Dfanotify02.c46 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
163 struct fanotify_event_metadata *event; in test01()
165 event = (struct fanotify_event_metadata *)&event_buf[i]; in test01()
Dfanotify03.c50 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
170 struct fanotify_event_metadata *event; in test01()
186 event = (struct fanotify_event_metadata *)&event_buf[i]; in test01()
Dfanotify01.c46 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
231 struct fanotify_event_metadata *event; in test01()
233 event = (struct fanotify_event_metadata *)&event_buf[i]; in test01()
Dfanotify05.c50 struct fanotify_event_metadata event;
Dfanotify07.c149 struct fanotify_event_metadata event; in loose_fanotify_events()
/external/kernel-headers/original/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)) + \