Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c29 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
113 struct fanotify_event_metadata *event; in verify_event()
119 event = (struct fanotify_event_metadata *)&event_buf[len]; in verify_event()
156 struct fanotify_event_metadata *event; in verify_no_event()
158 event = (struct fanotify_event_metadata *)&event_buf[len]; in verify_no_event()
Dfanotify06.c38 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
114 static void verify_event(int group, struct fanotify_event_metadata *event) in verify_event()
137 struct fanotify_event_metadata *event; in test01()
163 event = (struct fanotify_event_metadata *)event_buf; in test01()
Dfanotify09.c39 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
128 static void verify_event(int group, struct fanotify_event_metadata *event, in verify_event()
158 struct fanotify_event_metadata *event, *ev; in test_fanotify()
194 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify()
Dfanotify02.c28 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
145 struct fanotify_event_metadata *event; in test01()
147 event = (struct fanotify_event_metadata *)&event_buf[i]; in test01()
Dfanotify10.c38 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
206 static void verify_event(int group, struct fanotify_event_metadata *event) in verify_event()
231 struct fanotify_event_metadata *event; in test_fanotify()
269 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify()
Dfanotify03.c32 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
200 struct fanotify_event_metadata *event; in test_fanotify()
216 event = (struct fanotify_event_metadata *)&event_buf[i]; in test_fanotify()
Dfanotify11.c60 struct fanotify_event_metadata event; in test01()
86 SAFE_READ(0, fd_notify, &event, sizeof(struct fanotify_event_metadata)); in test01()
Dfanotify01.c28 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
241 struct fanotify_event_metadata *event; in test_fanotify()
243 event = (struct fanotify_event_metadata *)&event_buf[i]; in test_fanotify()
Dfanotify05.c36 struct fanotify_event_metadata event;
Dfanotify07.c131 struct fanotify_event_metadata event; in loose_fanotify_events()
/external/kernel-headers/original/uapi/linux/
Dfanotify.h99 struct fanotify_event_metadata { struct
123 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
126 (struct fanotify_event_metadata*)(((char *)(meta)) + \