Searched refs:inotify_init1 (Results 1 – 7 of 7) sorted by relevance
90 DUMMY(inotify_init1);
117 int ino = inotify_init1(IN_CLOEXEC); in libzfs_load_module()
333 const int InotifyFD = inotify_init1(IN_CLOEXEC); in create()
1785 TSAN_INTERCEPTOR(int, inotify_init1, int flags) { in TSAN_INTERCEPTOR() argument1786 SCOPED_TSAN_INTERCEPTOR(inotify_init1, flags); in TSAN_INTERCEPTOR()1787 int fd = REAL(inotify_init1)(flags); in TSAN_INTERCEPTOR()1792 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT1 TSAN_INTERCEPT(inotify_init1)
2690 PRE_SYSCALL(inotify_init1)(long flags) {}2692 POST_SYSCALL(inotify_init1)(long res, long flags) {}
2075 fun:inotify_init1=uninstrumented
8777 <function-decl name='inotify_init1' visibility='default' binding='global' size-in-bits='64'>