Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/perf/trace/strace/groups/
H A Dstring21 inotify_add_watch
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dwait_inotify.c57 if (inotify_add_watch(fd, file, IN_MODIFY) < 0) in main()
H A Dcgroup_util.c617 ret = inotify_add_watch(fd, cg_control(cgroup, filename), IN_MODIFY); in __prepare_for_wait()
/openbmc/pldm/fw-update/
H A Dwatch.cpp42 wd = inotify_add_watch(fd, "/tmp/images", IN_CLOSE_WRITE); in Watch()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dwatch.cpp39 wd = inotify_add_watch(fd(), PNOR_ACTIVE_PATH, IN_CREATE); in Watch()
/openbmc/phosphor-certificate-manager/
H A Dwatch.cpp67 wd = inotify_add_watch(fd, watchDir.c_str(), IN_CLOSE_WRITE); in startWatch()
/openbmc/phosphor-bmc-code-mgmt/
H A Dwatch.cpp51 wd = inotify_add_watch(fd, IMG_UPLOAD_DIR, IN_CLOSE_WRITE); in Watch()
H A Dsync_watch.cpp26 inotify_add_watch(inotifyFd, path.c_str(), IN_CLOSE_WRITE | IN_DELETE); in addInotifyWatch()
/openbmc/phosphor-debug-collector/
H A Dwatch.cpp41 wd = inotify_add_watch(fd(), path.c_str(), mask); in Watch()
/openbmc/phosphor-logging/
H A Dutil.cpp144 wd = inotify_add_watch(fd, JOURNAL_RUN_PATH, in journalSync()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py132 def inotify_add_watch(self, fd, pathname, mask): member in INotifyWrapper
164 wd = inotify_syscalls.inotify_add_watch(fd, pathname, mask)
208 self._libc.inotify_add_watch.argtypes = [ctypes.c_int, ctypes.c_char_p,
210 self._libc.inotify_add_watch.restype = ctypes.c_int
231 return self._libc.inotify_add_watch(fd, pathname, mask)
1797 wd = self._inotify_wrapper.inotify_add_watch(self._fd, path, mask)
1976 wd_ = self._inotify_wrapper.inotify_add_watch(self._fd, apath,
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc286 [ 285] = 3, /* inotify_add_watch */
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c265 int rv = inotify_add_watch(mon->fd, dirpath, in qemu_file_monitor_add_watch()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp1239 fileWatchDesc = inotify_add_watch( in watchRedfishEventLogFile()
1290 dirWatchDesc = inotify_add_watch(inotifyFd, redfishEventLogDir, in startEventLogMonitor()
1301 inotify_add_watch(inotifyFd, redfishEventLogFile, IN_MODIFY); in startEventLogMonitor()
/openbmc/linux/kernel/
H A Dsys_ni.c64 COND_SYSCALL(inotify_add_watch);
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl259 248 n32 inotify_add_watch sys_inotify_add_watch
H A Dsyscall_n64.tbl255 244 n64 inotify_add_watch sys_inotify_add_watch
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl255 244 n64 inotify_add_watch sys_inotify_add_watch
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl255 244 n64 inotify_add_watch sys_inotify_add_watch
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl266 254 common inotify_add_watch sys_inotify_add_watch
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl265 254 common inotify_add_watch sys_inotify_add_watch
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl299 277 common inotify_add_watch sys_inotify_add_watch
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c730 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl265 254 common inotify_add_watch sys_inotify_add_watch
/openbmc/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl299 277 common inotify_add_watch sys_inotify_add_watch

123