Searched refs:linux_mount_args (Results 1 – 13 of 13) sorted by relevance
| /src/sys/arm64/linux/ |
| H A D | linux_proto.h | 200 struct linux_mount_args { struct 1282 int linux_mount(struct thread *, struct linux_mount_args *);
|
| H A D | linux_sysent.c | 57 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_systrace_args.c | 322 struct linux_mount_args *p = params; in systrace_args()
|
| /src/sys/compat/linux/ |
| H A D | linux_file.c | 1130 linux_mount(struct thread *td, struct linux_mount_args *args) in linux_mount()
|
| /src/sys/amd64/linux/ |
| H A D | linux_proto.h | 594 struct linux_mount_args { struct 1568 int linux_mount(struct thread *, struct linux_mount_args *);
|
| H A D | linux_sysent.c | 182 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_systrace_args.c | 1342 struct linux_mount_args *p = params; in systrace_args()
|
| /src/sys/i386/linux/ |
| H A D | linux_proto.h | 105 struct linux_mount_args { struct 1752 int linux_mount(struct thread *, struct linux_mount_args *);
|
| H A D | linux_sysent.c | 38 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux_systrace_args.c | 166 struct linux_mount_args *p = params; in systrace_args()
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_proto.h | 105 struct linux_mount_args { struct 1758 int linux_mount(struct thread *, struct linux_mount_args *);
|
| H A D | linux32_sysent.c | 39 …{ .sy_narg = AS(linux_mount_args), .sy_call = (sy_call_t *)linux_mount, .sy_auevent = AUE_MOUNT, .…
|
| H A D | linux32_systrace_args.c | 166 struct linux_mount_args *p = params; in systrace_args()
|