Home
last modified time | relevance | path

Searched refs:fd_notify_other (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify10.c81 int fd_notify, fd_notify_other; variable
93 fd_notify_other = SAFE_MYINOTIFY_INIT(); in verify_inotify()
107 SAFE_MYINOTIFY_ADD_WATCH(fd_notify_other, ".", tc->parent_mask_other); in verify_inotify()
109 SAFE_MYINOTIFY_ADD_WATCH(fd_notify_other, TEST_DIR, tc->subdir_mask_other); in verify_inotify()
111 SAFE_MYINOTIFY_ADD_WATCH(fd_notify_other, TEST_FILE, tc->child_mask_other); in verify_inotify()
188 SAFE_CLOSE(fd_notify_other); in verify_inotify()
201 if (fd_notify_other > 0) in cleanup()
202 SAFE_CLOSE(fd_notify_other); in cleanup()

Completed in 1 milliseconds