Searched refs:myinotify_add_watch (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify04.c | 118 wd_dir = myinotify_add_watch(fd_notify, TEST_DIR, IN_ALL_EVENTS); in verify_inotify() 126 wd_file = myinotify_add_watch(fd_notify, TEST_FILE, IN_ALL_EVENTS); in verify_inotify()
|
D | inotify.h | 46 #define myinotify_add_watch(fd, pathname, mask) \ macro
|
D | inotify09.c | 94 wd = myinotify_add_watch(inotify_fd, FNAME, IN_MODIFY); in verify_inotify()
|
D | inotify06.c | 96 myinotify_add_watch(inotify_fd, names[i], IN_MODIFY); in verify_inotify()
|
D | inotify05.c | 157 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS); in setup()
|
D | inotify01.c | 180 if ((wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS)) < 0) { in setup()
|
D | inotify03.c | 80 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS); in verify_inotify()
|
D | inotify08.c | 190 if ((wd = myinotify_add_watch(fd_notify, FILE_PATH, in setup()
|
D | inotify07.c | 198 if ((wd = myinotify_add_watch(fd_notify, DIR_PATH, IN_ALL_EVENTS)) < 0) { in setup()
|
D | inotify02.c | 247 if ((wd = myinotify_add_watch(fd_notify, ".", IN_ALL_EVENTS)) < 0) { in setup()
|