Searched refs:events_buf (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify15.c | 55 static char events_buf[EVENT_BUF_LEN]; variable 140 len = SAFE_READ(0, fanotify_fd, events_buf, EVENT_BUF_LEN); in do_test() 178 len += SAFE_READ(0, fanotify_fd, events_buf + len, EVENT_BUF_LEN - len); in do_test() 187 for (i = 0, metadata = (struct fanotify_event_metadata *) events_buf; in do_test()
|
H A D | fanotify13.c | 97 static char events_buf[BUF_SIZE]; variable 198 len = SAFE_READ(0, fanotify_fd, events_buf, BUF_SIZE); in do_test() 201 for (i = 0, metadata = (struct fanotify_event_metadata *) events_buf; in do_test()
|
Completed in 1 milliseconds