fs_copyfsops
error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops);
error = fs_copyfsops(template, *actual, &unused_ops);
error = fs_copyfsops(template, &vfssw[fstype].vsw_vfsops, &unused_ops);
error = fs_copyfsops(template, *actual, &unused_ops);