Searched refs:mount_args (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/netbsd-tests/fs/vfs/ |
| H A D | t_rwtoro.c | 64 } mount_args; in remount_ro() local 73 mount_args_length = sizeof(mount_args); in remount_ro() 74 memset(&mount_args, 0, mount_args_length); in remount_ro() 76 mount_args.tmpfs.ta_version = TMPFS_ARGS_VERSION; in remount_ro() 78 &mount_args, mount_args_length); in remount_ro() 83 &mount_args, mount_args_length); in remount_ro()
|
| /freebsd-12.1/sys/sys/ |
| H A D | mount.h | 644 struct mount_args;
|
| H A D | sysproto.h | 98 struct mount_args { struct 1809 int sys_mount(struct thread *, struct mount_args *);
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_mount.c | 764 struct mount_args { struct 773 sys_mount(struct thread *td, struct mount_args *uap) in sys_mount() argument
|
| H A D | init_sysent.c | 73 …{ AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount…
|
| H A D | systrace_args.c | 135 struct mount_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 80 …{ AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount…
|
| H A D | freebsd32_systrace_args.c | 138 struct mount_args *p = params; in systrace_args()
|