Home
last modified time | relevance | path

Searched refs:linux_mount_args (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/arm64/linux/
H A Dlinux_proto.h197 struct linux_mount_args { struct
1279 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux_sysent.c57 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
H A Dlinux_systrace_args.c314 struct linux_mount_args *p = params; in systrace_args()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_file.c1075 linux_mount(struct thread *td, struct linux_mount_args *args) in linux_mount()
/freebsd-14.2/sys/amd64/linux/
H A Dlinux_proto.h594 struct linux_mount_args { struct
1565 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux_sysent.c182 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
H A Dlinux_systrace_args.c1341 struct linux_mount_args *p = params; in systrace_args()
/freebsd-14.2/sys/i386/linux/
H A Dlinux_proto.h105 struct linux_mount_args { struct
1749 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux_sysent.c38 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
H A Dlinux_systrace_args.c165 struct linux_mount_args *p = params; in systrace_args()
/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_proto.h105 struct linux_mount_args { struct
1755 int linux_mount(struct thread *, struct linux_mount_args *);
H A Dlinux32_sysent.c39 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
H A Dlinux32_systrace_args.c165 struct linux_mount_args *p = params; in systrace_args()