Searched refs:kern_inotify_add_watch (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | inotify.h | 93 int kern_inotify_add_watch(int, int, const char *, uint32_t,
|
/freebsd/sys/kern/ |
H A D | vfs_inotify.c | 913 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 D | linux_file.c | 1991 return (kern_inotify_add_watch(args->fd, AT_FDCWD, args->pathname, in linux_inotify_add_watch()
|