Searched refs:inotify_init (Results 1 – 10 of 10) sorted by relevance
45 inotify_init(void) in inotify_init() function
466 inotify_init;
149 int inotify_init(void);
140 inotify_init(void *arg __unused) in inotify_init() function147 SYSINIT(inotify, SI_SUB_VFS, SI_ORDER_ANY, inotify_init, NULL);
464 MLINKS+=inotify.2 inotify_init.2 \
1772 TSAN_INTERCEPTOR(int, inotify_init, int fake) { in TSAN_INTERCEPTOR() argument1773 SCOPED_TSAN_INTERCEPTOR(inotify_init, fake); in TSAN_INTERCEPTOR()1774 int fd = REAL(inotify_init)(fake); in TSAN_INTERCEPTOR()1779 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT TSAN_INTERCEPT(inotify_init)
526 int i_fd = inotify_init(); in TEST()
2686 PRE_SYSCALL(inotify_init)() {}2688 POST_SYSCALL(inotify_init)(long res) {}
4373 return inotify_init (); in infy_newfd()
2074 fun:inotify_init=uninstrumented