Searched refs:sv_pfhandle (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c2021 svp->sv_pfhandle.fh_len = tmpfhp->nfs_fh4_len;
2022 bcopy(tmpfhp->nfs_fh4_val, svp->sv_pfhandle.fh_buf,
2558 fh.nfs_fh4_len = svp->sv_pfhandle.fh_len;
2559 fh.nfs_fh4_val = svp->sv_pfhandle.fh_buf;
H A Dnfs4_recovery.c1713 fh.nfs_fh4_len = svp->sv_pfhandle.fh_len;
1714 fh.nfs_fh4_val = svp->sv_pfhandle.fh_buf;
H A Dnfs4_vnops.c14830 fh.nfs_fh4_len = svp->sv_pfhandle.fh_len;
14831 fh.nfs_fh4_val = svp->sv_pfhandle.fh_buf;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h613 * sv_pfhandle
629 nfs4_fhandle_t sv_pfhandle; /* parent dir filehandle */ member in struct:servinfo4

Completed in 125 milliseconds