nfs_mount
error = nfs_mount(netdev_sock, rootip, rootpath);
int nfs_mount(int, struct in_addr, char *);
error = nfs_mount(netdev_sock, rootip, rootpath);
if (nfs_mount(netdev_sock, rootip, rootpath) < 0)
if (nfs_mount(netdev_sock, rootip, rootpath) != 0)
int nfs_mount(int, struct in_addr, const char *);
.vfs_mount = nfs_mount,
int nfs_mount(struct mount *, const char *, void *, struct nameidata *,