Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify09.c50 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
177 struct fanotify_event_metadata *event, in event_res()
194 static const char *event_filename(struct fanotify_event_metadata *event) in event_filename()
212 static void verify_event(int group, struct fanotify_event_metadata *event, in verify_event()
243 struct fanotify_event_metadata *event; in test_fanotify()
284 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify()
315 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify()
Dfanotify04.c29 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
108 struct fanotify_event_metadata *event; in verify_event()
114 event = (struct fanotify_event_metadata *)&event_buf[len]; in verify_event()
151 struct fanotify_event_metadata *event; in verify_no_event()
153 event = (struct fanotify_event_metadata *)&event_buf[len]; in verify_no_event()
Dfanotify06.c48 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
121 static void verify_event(int group, struct fanotify_event_metadata *event) in verify_event()
141 static void close_events_fd(struct fanotify_event_metadata *event, int buflen) in close_events_fd()
155 struct fanotify_event_metadata *event; in test_fanotify()
193 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify()
Dfanotify02.c29 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
134 struct fanotify_event_metadata *event; in test01()
136 event = (struct fanotify_event_metadata *)&event_buf[i]; in test01()
Dfanotify12.c31 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
170 struct fanotify_event_metadata *event; in do_test()
183 event = (struct fanotify_event_metadata *) event_buf; in do_test()
Dfanotify19.c32 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
44 static struct fanotify_event_metadata event_buf[EVENT_BUF_LEN];
144 struct fanotify_event_metadata *event; in test_fanotify()
Dfanotify11.c60 struct fanotify_event_metadata event; in test01()
80 SAFE_READ(0, fd_notify, &event, sizeof(struct fanotify_event_metadata)); in test01()
Dfanotify22.c181 int check_error_event_metadata(struct fanotify_event_metadata *event) in check_error_event_metadata()
201 struct fanotify_event_metadata *event = in check_event()
202 (struct fanotify_event_metadata *) buf; in check_event()
Dfanotify15.c35 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata) + \
80 struct fanotify_event_metadata *metadata; in do_test()
187 for (i = 0, metadata = (struct fanotify_event_metadata *) events_buf; in do_test()
Dfanotify03.c33 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
249 struct fanotify_event_metadata *event; in test_fanotify()
265 event = (struct fanotify_event_metadata *)&event_buf[i]; in test_fanotify()
Dfanotify10.c52 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
360 static void verify_event(int p, int group, struct fanotify_event_metadata *event, in verify_event()
414 struct fanotify_event_metadata *event; in test_fanotify()
467 event = (struct fanotify_event_metadata *)event_buf; in test_fanotify()
Dfanotify01.c29 #define EVENT_SIZE (sizeof (struct fanotify_event_metadata))
247 struct fanotify_event_metadata *event; in test_fanotify()
249 event = (struct fanotify_event_metadata *)&event_buf[i]; in test_fanotify()
Dfanotify05.c66 struct fanotify_event_metadata event;
68 static void event_res(struct fanotify_event_metadata *event, int i) in event_res()
Dfanotify21.c165 struct fanotify_event_metadata *event; in do_test()
169 event = (struct fanotify_event_metadata *)&event_buf[i]; in do_test()
Dfanotify13.c139 struct fanotify_event_metadata *metadata; in do_test()
180 for (i = 0, metadata = (struct fanotify_event_metadata *) events_buf; in do_test()
Dfanotify16.c37 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata) + \
327 struct fanotify_event_metadata *event; in do_test()
337 event = (struct fanotify_event_metadata *)&event_buf[i]; in do_test()
Dfanotify07.c128 struct fanotify_event_metadata event; in loose_fanotify_events()
Dfanotify.h437 struct fanotify_event_metadata *event, in get_event_info()
/third_party/musl/ndk_musl_include/sys/
Dfanotify.h10 struct fanotify_event_metadata { struct
95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
96 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h10 struct fanotify_event_metadata { struct
95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
96 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h10 struct fanotify_event_metadata { struct
95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
96 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h10 struct fanotify_event_metadata { struct
95 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
96 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
/third_party/musl/include/sys/
Dfanotify.h10 struct fanotify_event_metadata { struct
101 #define FAN_EVENT_METADATA_LEN (sizeof(struct fanotify_event_metadata))
102 #define FAN_EVENT_NEXT(meta, len) ((len) -= (meta)->event_len, (struct fanotify_event_metadata*)(((…
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dno_align.rs43 pub struct fanotify_event_metadata {
Dalign.rs49 pub struct fanotify_event_metadata {

12