Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/fs/
H A Doperations.cpp163 const char* mount_args[16]; in run_mount_tmpfs() local
169 mount_args[last++] = "mount"; in run_mount_tmpfs()
170 mount_args[last++] = "-ttmpfs"; in run_mount_tmpfs()
175 mount_args[last++] = "tmpfs"; in run_mount_tmpfs()
180 mount_args[last++] = "mount"; in run_mount_tmpfs()
186 mount_args[last++] = "tmpfs"; in run_mount_tmpfs()
191 mount_args[last++] = "mount"; in run_mount_tmpfs()
197 mount_args[last++] = "tmpfs"; in run_mount_tmpfs()
202 mount_args[last++] = "mount"; in run_mount_tmpfs()
208 mount_args[last++] = "tmpfs"; in run_mount_tmpfs()
[all …]
/freebsd/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/sys/sys/
H A Dmount.h774 struct mount_args;
H A Dsysproto.h94 struct mount_args { struct
1895 int sys_mount(struct thread *, struct mount_args *);
/freebsd/sys/kern/
H A Dvfs_mount.c1042 struct mount_args { struct
1051 sys_mount(struct thread *td, struct mount_args *uap) in sys_mount() argument
H A Dinit_sysent.c84 …{ .sy_narg = AS(mount_args), .sy_call = (sy_call_t *)sys_mount, .sy_auevent = AUE_MOUNT, .sy_flags…
H A Dsystrace_args.c135 struct mount_args *p = params; in systrace_args()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c85 …{ .sy_narg = AS(mount_args), .sy_call = (sy_call_t *)sys_mount, .sy_auevent = AUE_MOUNT, .sy_flags…
H A Dfreebsd32_systrace_args.c138 struct mount_args *p = params; in systrace_args()