Searched refs:inotify_init (Results 1 – 12 of 12) sorted by relevance
45 inotify_init(void) in inotify_init() function
466 inotify_init;
149 int inotify_init(void);
1698 auto Func = []() { inotify_init(); }; in TEST()1710 int fd = inotify_init(); in TEST()1720 int fd = inotify_init(); in TEST()
141 inotify_init(void *arg __unused) in inotify_init() function148 SYSINIT(inotify, SI_SUB_VFS, SI_ORDER_ANY, inotify_init, NULL);
1371 INTERCEPTOR(int, inotify_init) { argument1373 return REAL(inotify_init)();1412 #define RTSAN_MAYBE_INTERCEPT_INOTIFY_INIT INTERCEPT_FUNCTION(inotify_init)
466 MLINKS+=inotify.2 inotify_init.2 \
1849 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument1850 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake); in TSAN_INTERCEPTOR()1851 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR()1856 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT TSAN_INTERCEPT(inotify_init)
526 int i_fd = inotify_init(); in TEST()
2689 PRE_SYSCALL(inotify_init)() {}2691 POST_SYSCALL(inotify_init)(long res) {}
4373 return inotify_init (); in infy_newfd()
2074 fun:inotify_init=uninstrumented