Searched refs:roothandle (Results 1 – 3 of 3) sorted by relevance
66 struct nfs_file roothandle; /* root file handle */ variable440 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()[all …]
107 *cfile = roothandle; /* structure copy - start at the root. */ in stlookuppn()120 *cfile = roothandle; in stlookuppn()158 if (cfile == &roothandle) in stlookuppn()301 roothandle = *cdp; in stlookuppn()
66 extern struct nfs_file roothandle;