Home
last modified time | relevance | path

Searched refs:roothandle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c64 struct nfs_file roothandle; /* root file handle */ variable
438 roothandle.version = NFS_V4; in nfs4init()
439 roothandle.ftype.type4 = NF4DIR; in nfs4init()
440 roothandle.fh.fh4.len = 0; /* Force a PUTROOTFH */ in nfs4init()
448 roothandle = rootpath; /* structure copy */ in nfs4init()
717 if (nfsmountroot(root_path, &roothandle) == 0) in boot_nfs_mountroot()
721 if (nfs3mountroot(root_path, &roothandle) == 0) in boot_nfs_mountroot()
752 if (nfs3mountroot(root_path, &roothandle) == 0) in boot_nfs_mountroot()
768 if (roothandle.version == NFS_VERSION) in boot_nfs_mountroot()
780 roothandle.version, wait, &fd, bufsize, bufsize); in boot_nfs_mountroot()
[all …]
H A Dlookup.c107 *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()
H A Dnfs_inet.h66 extern struct nfs_file roothandle;