Home
last modified time | relevance | path

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

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