Home
last modified time | relevance | path

Searched defs:inotify_add_watch (Results 1 – 2 of 2) sorted by relevance

/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/openbmc/poky/bitbake/lib/
H A Dpyinotify.py132 def inotify_add_watch(self, fd, pathname, mask): member in INotifyWrapper