Home
last modified time | relevance | path

Searched refs:linux_mount (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/amd64/linux/
HDlinux_sysent.c186 …{ AS(linux_mount_args), (sy_call_t *)linux_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 16…
HDlinux_proto.h1235 int linux_mount(struct thread *, struct linux_mount_args *);
/NextBSD/sys/i386/linux/
HDlinux_sysent.c42 …{ AS(linux_mount_args), (sy_call_t *)linux_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21…
HDlinux_proto.h1196 int linux_mount(struct thread *, struct linux_mount_args *);
/NextBSD/sys/amd64/linux32/
HDlinux32_sysent.c43 …{ AS(linux_mount_args), (sy_call_t *)linux_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21…
HDlinux32_proto.h1178 int linux_mount(struct thread *, struct linux_mount_args *);
/NextBSD/sys/compat/linux/
HDlinux_file.c1076 linux_mount(struct thread *td, struct linux_mount_args *args) in linux_mount() function