Home
last modified time | relevance | path

Searched refs:kern_inotify_rm_watch (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dinotify.h92 int kern_inotify_rm_watch(int, uint32_t, struct thread *);
/freebsd/sys/kern/
H A Dvfs_inotify.c999 kern_inotify_rm_watch(int fd, uint32_t wd, struct thread *td) in kern_inotify_rm_watch() function
1044 return (kern_inotify_rm_watch(uap->fd, uap->wd, td)); in sys_inotify_rm_watch()
/freebsd/sys/compat/linux/
H A Dlinux_file.c1999 return (kern_inotify_rm_watch(args->fd, args->wd, td)); in linux_inotify_rm_watch()