Searched defs:nfs_root_node (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c200 struct nfs_iodesc nfs_root_node; variable in typeref:struct:nfs_iodesc
488 if ((error = nfs_getrootfh(desc, rootpath, nfs_root_node.fh)))
490 nfs_root_node.fa.fa_type = htonl(NFDIR);
491 nfs_root_node.fa.fa_mode = htonl(0755);
492 nfs_root_node.fa.fa_nlink = htonl(2);
493 nfs_root_node.iodesc = desc;
495 fh = &nfs_root_node.fh[0];
513 bcopy(&nfs_root_node, currfd, sizeof(*currfd));
593 bcopy(&nfs_root_node, currfd, sizeof(*currfd));
614 error = nfs_lookupfh(&nfs_root_node, upat
[all...]

Completed in 47 milliseconds