Searched refs:mi_rootfh (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c313 !SFH4_SAME(mi->mi_rootfh, fh)) {
329 /* print mi_rootfh */
330 fhandle.fh_len = mi->mi_rootfh->sfh_fh.nfs_fh4_len;
331 bcopy(mi->mi_rootfh->sfh_fh.nfs_fh4_val, fhandle.fh_buf,
335 /* use mi_rootfh instead; fh will be rele by the caller */
336 fh = mi->mi_rootfh;
1921 if (SFH4_SAME(VTOMI4(RTOV4(rp))->mi_rootfh, fh))
H A Dnfs4_vfsops.c2248 sfh4_update(mi->mi_rootfh, &rootfh);
2557 mi->mi_rootfh = sfh4_get(&fh, mi);
2566 mi->mi_fname = fn_get(NULL, ".", mi->mi_rootfh);
2573 rtvp = makenfs4node_by_fh(mi->mi_rootfh, NULL,
2819 vp = makenfs4node_by_fh(mi->mi_rootfh, NULL, &mfname, NULL,
H A Dnfs4_recovery.c1678 index = rtable4hash(mi->mi_rootfh);
1681 rp = r4find(&rtable4[index], mi->mi_rootfh, mi->mi_vfsp);
1712 sfh4_update(mi->mi_rootfh, &fh);
H A Dnfs4_client.c3109 if (mi->mi_rootfh != NULL)
3110 sfh4_rele(&mi->mi_rootfh);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h925 * mi_rootfh and mi_srvparentfh are read-only once created, but that just
955 struct nfs4_sharedfh *mi_rootfh; /* root filehandle */ member in struct:mntinfo4

Completed in 93 milliseconds