Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dinotify.h93 int kern_inotify_add_watch(int, int, const char *, uint32_t,
/freebsd/sys/kern/
H A Dvfs_inotify.c913 kern_inotify_add_watch(int fd, int dfd, const char *path, uint32_t mask, in kern_inotify_add_watch() function
994 return (kern_inotify_add_watch(uap->fd, uap->dfd, uap->path, in sys_inotify_add_watch_at()
/freebsd/sys/compat/linux/
H A Dlinux_file.c1991 return (kern_inotify_add_watch(args->fd, AT_FDCWD, args->pathname, in linux_inotify_add_watch()