Lines Matching refs:nfs_root_node
200 struct nfs_iodesc nfs_root_node;
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, upath, currfd);
1130 if ((error = nfs_getrootfh(desc, rootpath, &nfs_root_node.fhsize,
1131 nfs_root_node.fh)))
1133 nfs_root_node.fa.fa_type = htonl(NFDIR);
1134 nfs_root_node.fa.fa_mode = htonl(0755);
1135 nfs_root_node.fa.fa_nlink = htonl(2);
1136 nfs_root_node.iodesc = desc;
1138 fh = &nfs_root_node.fh[0];
1141 for (i = 0; i < nfs_root_node.fhsize; i++, cp += 2)
1147 sprintf(buf, "%d", nfs_root_node.fhsize);
1157 bcopy(&nfs_root_node, currfd, sizeof(*currfd));
1241 bcopy(&nfs_root_node, currfd, sizeof(*currfd));
1262 error = nfs_lookupfh(&nfs_root_node, upath, currfd);