Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dinotify.h89 int inotify_create_file(struct thread *, struct file *, int, int *);
/freebsd/sys/kern/
H A Dvfs_inotify.c480 inotify_create_file(struct thread *td, struct file *fp, int flags, int *fflagsp) in inotify_create_file() function
H A Dsys_generic.c971 error = inotify_create_file(td, fp, si->flags, &fflags); in kern_specialfd()