Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c772 SYSCALL_DEFINE2(inotify_rm_watch, int, fd, __s32, wd) in SYSCALL_DEFINE2() argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py138 def inotify_rm_watch(self, fd, wd): member in INotifyWrapper