Lines Matching refs:roothandle
66 struct nfs_file roothandle; /* root file handle */ variable
440 roothandle.version = NFS_V4; in nfs4init()
441 roothandle.ftype.type4 = NF4DIR; in nfs4init()
442 roothandle.fh.fh4.len = 0; /* Force a PUTROOTFH */ in nfs4init()
443 roothandle.offset = (uint_t)0; /* it's a directory! */ in nfs4init()
450 roothandle = rootpath; /* structure copy */ in nfs4init()
719 if (nfsmountroot(root_path, &roothandle) == 0) in boot_nfs_mountroot()
723 if (nfs3mountroot(root_path, &roothandle) == 0) in boot_nfs_mountroot()
754 if (nfs3mountroot(root_path, &roothandle) == 0) in boot_nfs_mountroot()
757 if ((status = nfsmountroot(root_path, &roothandle)) != 0) in boot_nfs_mountroot()
764 roothandle.offset = (uint_t)0; /* it's a directory! */ in boot_nfs_mountroot()
770 if (roothandle.version == NFS_VERSION) in boot_nfs_mountroot()
782 roothandle.version, wait, &fd, bufsize, bufsize); in boot_nfs_mountroot()
804 roothandle.version, wait, &fd, bufsize, bufsize); in boot_nfs_mountroot()