/openbmc/bmcweb/redfish-core/src/ |
H A D | filesystem_log_watcher.cpp | 163 inotify_add_watch(inotifyConn.native_handle(), in onINotify() 227 inotify_add_watch(inotifyConn.native_handle(), redfishEventLogDir, in FilesystemLogWatcher() 236 fileWatchDesc = inotify_add_watch(inotifyConn.native_handle(), in FilesystemLogWatcher()
|
/openbmc/linux/tools/perf/trace/strace/groups/ |
H A D | string | 21 inotify_add_watch
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | wait_inotify.c | 57 if (inotify_add_watch(fd, file, IN_MODIFY) < 0) in main()
|
H A D | cgroup_util.c | 617 ret = inotify_add_watch(fd, cg_control(cgroup, filename), IN_MODIFY); in __prepare_for_wait()
|
/openbmc/pldm/fw-update/ |
H A D | watch.cpp | 42 wd = inotify_add_watch(fd, "/tmp/images", IN_CLOSE_WRITE); in Watch()
|
/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | watch.cpp | 39 wd = inotify_add_watch(fd(), PNOR_ACTIVE_PATH, IN_CREATE); in Watch()
|
/openbmc/phosphor-certificate-manager/ |
H A D | watch.cpp | 67 wd = inotify_add_watch(fd, watchDir.c_str(), IN_CLOSE_WRITE); in startWatch()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | watch.cpp | 51 wd = inotify_add_watch(fd, IMG_UPLOAD_DIR, IN_CLOSE_WRITE); in Watch()
|
H A D | sync_watch.cpp | 26 inotify_add_watch(inotifyFd, path.c_str(), IN_CLOSE_WRITE | IN_DELETE); in addInotifyWatch()
|
/openbmc/sdbusplus/test/async/ |
H A D | fdio.cpp | 24 auto wd = inotify_add_watch(fd, path.c_str(), IN_CLOSE_WRITE); in FdioTest()
|
/openbmc/phosphor-debug-collector/ |
H A D | watch.cpp | 44 wd = inotify_add_watch(fd(), path.c_str(), mask); in Watch()
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 132 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/phosphor-logging/ |
H A D | util.cpp | 144 wd = inotify_add_watch(fd, JOURNAL_RUN_PATH, in journalSync()
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 286 [ 285] = 3, /* inotify_add_watch */
|
/openbmc/qemu/util/ |
H A D | filemonitor-inotify.c | 265 int rv = inotify_add_watch(mon->fd, dirpath, in qemu_file_monitor_add_watch()
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 64 COND_SYSCALL(inotify_add_watch);
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 255 244 n64 inotify_add_watch sys_inotify_add_watch
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 255 244 n64 inotify_add_watch sys_inotify_add_watch
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 266 254 common inotify_add_watch sys_inotify_add_watch
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 255 244 n64 inotify_add_watch sys_inotify_add_watch
|
H A D | syscall_n32.tbl | 259 248 n32 inotify_add_watch sys_inotify_add_watch
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 265 254 common inotify_add_watch sys_inotify_add_watch
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 730 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 265 254 common inotify_add_watch sys_inotify_add_watch
|
/openbmc/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 299 277 common inotify_add_watch sys_inotify_add_watch
|