Searched refs:inotify_init1 (Results 1 – 15 of 15) sorted by relevance
28 inotify_init1(int flags) in inotify_init1() function47 return (inotify_init1(0)); in inotify_init()
467 inotify_init1;
99 ifd = inotify_init1(IN_NONBLOCK); in main()
150 int inotify_init1(int flags);
148 int ino = inotify_init1(IN_CLOEXEC); in libzfs_load_module()
328 const int InotifyFD = inotify_init1(IN_CLOEXEC); in create()
1376 INTERCEPTOR(int, inotify_init1, int flags) { argument1378 return REAL(inotify_init1)(flags);1413 #define RTSAN_MAYBE_INTERCEPT_INOTIFY_INIT1 INTERCEPT_FUNCTION(inotify_init1)
467 inotify.2 inotify_init1.2 \
1862 TSAN_INTERCEPTOR(int, inotify_init1, int flags) { in TSAN_INTERCEPTOR() argument1863 SCOPED_TSAN_INTERCEPTOR(inotify_init1, flags); in TSAN_INTERCEPTOR()1864 int fd = REAL(inotify_init1)(flags); in TSAN_INTERCEPTOR()1869 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT1 TSAN_INTERCEPT(inotify_init1)
133 ifd = inotify_init1(flags); in inotify()
1704 auto Func = []() { inotify_init1(0); }; in TEST()
2693 PRE_SYSCALL(inotify_init1)(long flags) {}2695 POST_SYSCALL(inotify_init1)(long res, long flags) {}
4369 int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK); in infy_newfd()
2075 fun:inotify_init1=uninstrumented
9471 <function-decl name='inotify_init1' visibility='default' binding='global' size-in-bits='64'>