Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c696 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py132 def inotify_add_watch(self, fd, pathname, mask): member in INotifyWrapper