Home
last modified time | relevance | path

Searched refs:inotify_add_watch (Results 1 – 25 of 25) sorted by relevance

/linux/tools/perf/trace/strace/groups/
H A Dstring21 inotify_add_watch
/linux/tools/testing/selftests/cgroup/
H A Dwait_inotify.c57 if (inotify_add_watch(fd, file, IN_MODIFY) < 0) in main()
/linux/samples/cgroup/
H A Dmemcg_event_listener.c290 events->inotify_wd = inotify_add_watch(events->inotify_fd, in initialize_memcg_events()
/linux/kernel/
H A Dsys_ni.c62 COND_SYSCALL(inotify_add_watch);
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c631 ret = inotify_add_watch(fd, cg_control(cgroup, filename), IN_MODIFY); in __prepare_for_wait()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl255 244 n64 inotify_add_watch sys_inotify_add_watch
/linux/scripts/
H A Dsyscall.tbl40 27 common inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl40 27 common inotify_add_watch sys_inotify_add_watch
H A Dsyscall_32.tbl332 317 common inotify_add_watch sys_inotify_add_watch
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl40 27 common inotify_add_watch sys_inotify_add_watch
/linux/fs/notify/inotify/
H A Dinotify_user.c729 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl239 285 common inotify_add_watch sys_inotify_add_watch
/linux/tools/scripts/
H A Dsyscall.tbl40 27 common inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl305 270 common inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl301 291 common inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl299 277 common inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl266 254 common inotify_add_watch sys_inotify_add_watch
H A Dsyscall_32.tbl307 292 i386 inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl376 445 common inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl335 317 common inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl189 152 common inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl361 276 nospu inotify_add_watch sys_inotify_add_watch
/linux/tools/perf/
H A Dbuiltin-daemon.c1035 wd = inotify_add_watch(fd, dir, IN_CLOSE_WRITE); in setup_config_changes()
/linux/tools/tracing/latency/
H A Dlatency-collector.c1484 wd = inotify_add_watch(ifd, debug_maxlat, IN_MODIFY); in tracing_loop()
/linux/tools/testing/selftests/ublk/
H A Dkublk.c1217 wd = inotify_add_watch(fd, "/dev", evt_mask); in wait_ublk_dev()