Searched refs:mount_args (Results 1 – 1 of 1) sorted by relevance
760 struct ufs_args mount_args; in copy() local769 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()