Home
last modified time | relevance | path

Searched refs:mount_args (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c64 } 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 Dmount.h644 struct mount_args;
H A Dsysproto.h98 struct mount_args { struct
1809 int sys_mount(struct thread *, struct mount_args *);
/freebsd-12.1/sys/kern/
H A Dvfs_mount.c764 struct mount_args { struct
773 sys_mount(struct thread *td, struct mount_args *uap) in sys_mount() argument
H A Dinit_sysent.c73 …{ AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount…
H A Dsystrace_args.c135 struct mount_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c80 …{ AS(mount_args), (sy_call_t *)sys_mount, AUE_MOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 21 = mount…
H A Dfreebsd32_systrace_args.c138 struct mount_args *p = params; in systrace_args()