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

/linux-master/tools/testing/selftests/cgroup/
H A Dwait_inotify.c57 if (inotify_add_watch(fd, file, IN_MODIFY) < 0)
58 fail_message("inotify_add_watch() fails on %s!\n");
H A Dcgroup_util.c615 ret = inotify_add_watch(fd, cg_control(cgroup, filename), IN_MODIFY);
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c292 events->inotify_wd = inotify_add_watch(events->inotify_fd,
/linux-master/kernel/
H A Dsys_ni.c62 COND_SYSCALL(inotify_add_watch); variable
/linux-master/fs/notify/inotify/
H A Dinotify_user.c729 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname,
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c1478 * We must reset the max_latency before the inotify_add_watch()
1484 wd = inotify_add_watch(ifd, debug_maxlat, IN_MODIFY);
1486 err(EXIT_FAILURE, "inotify_add_watch() failed!");
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1036 wd = inotify_add_watch(fd, dir, IN_CLOSE_WRITE);
1044 perror("failed: inotify_add_watch");

Completed in 159 milliseconds