Searched refs:FAN_EVENT_OK (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify19.c | 199 while (FAN_EVENT_OK(event, len) && test_number < tc->event_count) { in test_fanotify() 248 if (FAN_EVENT_OK(event, len)) { in test_fanotify() 252 while (FAN_EVENT_OK(event, len)) { in test_fanotify()
|
D | fanotify09.c | 298 for (; FAN_EVENT_OK(event, ret); FAN_EVENT_NEXT(event, ret)) { in test_fanotify() 319 for (; FAN_EVENT_OK(event, ret); FAN_EVENT_NEXT(event, ret)) { in test_fanotify()
|
D | fanotify12.c | 186 while (FAN_EVENT_OK(event, len) && event_num < tc->event_count) { in do_test()
|
D | fanotify13.c | 181 FAN_EVENT_OK(metadata, len); in do_test()
|
D | fanotify15.c | 188 FAN_EVENT_OK(metadata, len); i++) { in do_test()
|
/third_party/musl/ndk_musl_include/sys/ |
D | fanotify.h | 97 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event… macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | fanotify.h | 97 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event… macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | fanotify.h | 97 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event… macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | fanotify.h | 97 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event… macro
|
/third_party/musl/include/sys/ |
D | fanotify.h | 103 #define FAN_EVENT_OK(meta, len) ((long)(len) >= (long)FAN_EVENT_METADATA_LEN && (long)(meta)->event… macro
|