Home
last modified time | relevance | path

Searched refs:myinotify_add_watch (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify04.c118 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()
Dinotify.h46 #define myinotify_add_watch(fd, pathname, mask) \ macro
Dinotify09.c94 wd = myinotify_add_watch(inotify_fd, FNAME, IN_MODIFY); in verify_inotify()
Dinotify06.c96 myinotify_add_watch(inotify_fd, names[i], IN_MODIFY); in verify_inotify()
Dinotify05.c157 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS); in setup()
Dinotify01.c180 if ((wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS)) < 0) { in setup()
Dinotify03.c80 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS); in verify_inotify()
Dinotify08.c190 if ((wd = myinotify_add_watch(fd_notify, FILE_PATH, in setup()
Dinotify07.c198 if ((wd = myinotify_add_watch(fd_notify, DIR_PATH, IN_ALL_EVENTS)) < 0) { in setup()
Dinotify02.c247 if ((wd = myinotify_add_watch(fd_notify, ".", IN_ALL_EVENTS)) < 0) { in setup()