Searched refs:linux_inotify_init (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1911 linux_inotify_init(struct thread *td, struct linux_inotify_init_args *args) in linux_inotify_init() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 308 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_inotify_init, .sy_auevent = AUE_NULL, .sy_flags = 0,…
|
H A D | linux_proto.h | 1956 int linux_inotify_init(struct thread *, struct linux_inotify_init_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 270 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_inotify_init, .sy_auevent = AUE_NULL, .sy_flags = 0,…
|
H A D | linux_proto.h | 1641 int linux_inotify_init(struct thread *, struct linux_inotify_init_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 309 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_inotify_init, .sy_auevent = AUE_NULL, .sy_flags = 0,…
|
H A D | linux32_proto.h | 1960 int linux_inotify_init(struct thread *, struct linux_inotify_init_args *);
|