/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify04.c | 28 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 37 static char event_buf[EVENT_SIZE]; 106 SAFE_READ(0, fd_notify, event_buf, EVENT_SIZE); in verify_event() 140 ret = read(fd_notify, event_buf, EVENT_SIZE); in verify_no_event() 152 EVENT_SIZE); in verify_no_event()
|
D | fanotify02.c | 29 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 31 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
|
D | fanotify12.c | 31 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 32 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
|
D | fanotify23.c | 29 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 31 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
|
D | fanotify19.c | 32 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 33 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
|
D | fanotify06.c | 48 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 50 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
|
D | fanotify03.c | 33 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 35 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
|
D | fanotify15.c | 35 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata) + \ macro 39 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE * 2)
|
D | fanotify01.c | 29 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 31 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
|
D | fanotify09.c | 55 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 57 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
|
D | fanotify16.c | 38 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata) + \ macro 42 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE * 3)
|
D | fanotify10.c | 53 #define EVENT_SIZE (sizeof(struct fanotify_event_metadata)) macro 55 #define EVENT_BUF_LEN (EVENT_MAX * EVENT_SIZE)
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify05.c | 29 #define EVENT_SIZE (sizeof(struct inotify_event)) macro 30 #define EVENT_BUF_LEN (EVENT_SIZE * 16) 106 if ((int)(i + EVENT_SIZE) != len) { in verify_inotify() 119 i += EVENT_SIZE + event->len; in verify_inotify()
|
D | inotify11.c | 39 #define EVENT_SIZE (sizeof(struct inotify_event)) macro 40 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16)) 79 for (i = 0; i < len; i += EVENT_SIZE + event->len) { in verify_inotify()
|
D | inotify01.c | 29 #define EVENT_SIZE (sizeof (struct inotify_event)) macro 31 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16)) 130 i += EVENT_SIZE + event->len; in verify_inotify()
|
D | inotify03.c | 33 #define EVENT_SIZE (sizeof(struct inotify_event)) macro 35 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16)) 112 i += EVENT_SIZE + event->len; in verify_inotify()
|
D | inotify08.c | 45 #define EVENT_SIZE (sizeof (struct inotify_event)) macro 47 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16)) 122 i += EVENT_SIZE + event->len; in verify_inotify()
|
D | inotify04.c | 32 #define EVENT_SIZE (sizeof(struct inotify_event)) macro 34 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16)) 156 i += EVENT_SIZE + event->len; in verify_inotify()
|
D | inotify07.c | 44 #define EVENT_SIZE (sizeof (struct inotify_event)) macro 46 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16)) 130 i += EVENT_SIZE + event->len; in verify_inotify()
|
D | inotify10.c | 31 #define EVENT_SIZE (sizeof(struct inotify_event)) macro 32 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16)) 179 i += EVENT_SIZE + event->len; in verify_inotify()
|
D | inotify02.c | 35 #define EVENT_SIZE (sizeof (struct inotify_event)) macro 37 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16)) 192 i += EVENT_SIZE + event->len; in verify_inotify()
|
D | inotify12.c | 33 #define EVENT_SIZE (sizeof(struct inotify_event)) macro 34 #define EVENT_BUF_LEN (EVENT_MAX * (EVENT_SIZE + 16))
|