Searched refs:mount_args (Results 1 – 5 of 5) sorted by relevance
738 struct mount_args;
98 struct mount_args { struct1866 int sys_mount(struct thread *, struct mount_args *);
825 struct mount_args { struct834 sys_mount(struct thread *td, struct mount_args *uap) in sys_mount() argument
79 …{ .sy_narg = AS(mount_args), .sy_call = (sy_call_t *)sys_mount, .sy_auevent = AUE_MOUNT, .sy_flags…
135 struct mount_args *p = params; in systrace_args()