Home
last modified time | relevance | path

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

/openbsd-src/sbin/newfs/
H A Dnewfs.c760 struct ufs_args mount_args; in copy() local
769 memset(&mount_args, 0, sizeof(mount_args)); in copy()
770 mount_args.fspec = src; in copy()
771 ret = mount(MOUNT_FFS, mountpoint, MNT_RDONLY, &mount_args); in copy()