mount_root
if (mount_root(arg) != 0)
if (error = mount_root(*name ? name : "root", root_path, NFS_V3,
if (error = mount_root(*name ? name : "root", root_path, NFS_V4,
if (error = mount_root(*name ? name : "root", root_path, NFS_V4,
if (error = mount_root(*name ? name : "root", root_path,
if (error = mount_root(*name ? name : "root",
if (error = mount_root(*name ? name : "root", root_path, NFS_VERSION,
extern int mount_root(char *, char *, int, struct nfs_args *, int *);