Searched refs:inotify_add_watch (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | wait_inotify.c | 57 if (inotify_add_watch(fd, file, IN_MODIFY) < 0) in main() 58 fail_message("inotify_add_watch() fails on %s!\n"); in main()
|
H A D | cgroup_util.c | 615 ret = inotify_add_watch(fd, cg_control(cgroup, filename), IN_MODIFY); in __prepare_for_wait()
|
/kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
H A D | augmented_syscalls.c | 92 augmented_filename_syscall(inotify_add_watch); variable
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys_ni.c | 76 COND_SYSCALL(inotify_add_watch); variable
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys_ni.c | 64 COND_SYSCALL(inotify_add_watch); variable
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | test_freezer.c | 70 ret = inotify_add_watch(fd, cg_control(cgroup, "cgroup.events"), in cg_prepare_for_wait() 73 debug("Error: inotify_add_watch() failed\n"); in cg_prepare_for_wait()
|
/kernel/linux/linux-5.10/fs/notify/inotify/ |
H A D | inotify_user.c | 696 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/fs/notify/inotify/ |
H A D | inotify_user.c | 730 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-daemon.c | 1036 wd = inotify_add_watch(fd, dir, IN_CLOSE_WRITE); in setup_config_changes() 1044 perror("failed: inotify_add_watch"); in setup_config_changes()
|
/kernel/linux/linux-6.6/tools/tracing/latency/ |
H A D | latency-collector.c | 1478 * We must reset the max_latency before the inotify_add_watch() in tracing_loop() 1484 wd = inotify_add_watch(ifd, debug_maxlat, IN_MODIFY); in tracing_loop() 1486 err(EXIT_FAILURE, "inotify_add_watch() failed!"); in tracing_loop()
|
Completed in 11 milliseconds