Searched refs:linux_umount (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c1175 return (linux_umount(td, &args2));
1181 linux_umount(struct thread *td, struct linux_umount_args *args) function
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysent.c186 { AS(linux_umount_args), (sy_call_t *)linux_umount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 166 = linux_umount */
H A Dlinux_proto.h1366 int linux_umount(struct thread *, struct linux_umount_args *);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c73 { AS(linux_umount_args), (sy_call_t *)linux_umount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 52 = linux_umount */
H A Dlinux32_proto.h1550 int linux_umount(struct thread *, struct linux_umount_args *);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysent.c72 { AS(linux_umount_args), (sy_call_t *)linux_umount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 52 = linux_umount */
H A Dlinux_proto.h1569 int linux_umount(struct thread *, struct linux_umount_args *);

Completed in 114 milliseconds