Searched refs:linux_umount (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1172 linux_umount(struct thread *td, struct linux_umount_args *args) in linux_umount() function
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 69 …{ .sy_narg = AS(linux_umount_args), .sy_call = (sy_call_t *)linux_umount, .sy_auevent = AUE_UMOUNT…
|
H A D | linux_proto.h | 1775 int linux_umount(struct thread *, struct linux_umount_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 183 …{ .sy_narg = AS(linux_umount_args), .sy_call = (sy_call_t *)linux_umount, .sy_auevent = AUE_UMOUNT…
|
H A D | linux_proto.h | 1569 int linux_umount(struct thread *, struct linux_umount_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 70 …{ .sy_narg = AS(linux_umount_args), .sy_call = (sy_call_t *)linux_umount, .sy_auevent = AUE_UMOUNT…
|
H A D | linux32_proto.h | 1781 int linux_umount(struct thread *, struct linux_umount_args *);
|