Home
last modified time | relevance | path

Searched refs:tmpfhp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1669 nfs_fh4 *tmpfhp; in remap_lookup() local
1725 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in remap_lookup()
1726 if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) { in remap_lookup()
1728 tmpfhp->nfs_fh4_len, NULL, NULL, 0, NULL, 0, TAG_NONE, in remap_lookup()
1733 fhp->nfs_fh4_val = kmem_alloc(tmpfhp->nfs_fh4_len, KM_SLEEP); in remap_lookup()
1734 nfs_fh4_copy(tmpfhp, fhp); in remap_lookup()
1753 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in remap_lookup()
1754 if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) { in remap_lookup()
1756 tmpfhp->nfs_fh4_len, NULL, NULL, 0, NULL, 0, TAG_NONE, in remap_lookup()
1761 pfhp->nfs_fh4_val = kmem_alloc(tmpfhp->nfs_fh4_len, KM_SLEEP); in remap_lookup()
[all …]
H A Dnfs4_vfsops.c1686 nfs_fh4 *tmpfhp; in nfs4getfh_otw() local
1887 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in nfs4getfh_otw()
1890 tmpfhp, cr, flags); in nfs4getfh_otw()
1896 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in nfs4getfh_otw()
1899 tmpfhp); in nfs4getfh_otw()
2016 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in nfs4getfh_otw()
2020 ASSERT(tmpfhp->nfs_fh4_len <= NFS4_FHSIZE); in nfs4getfh_otw()
2021 svp->sv_pfhandle.fh_len = tmpfhp->nfs_fh4_len; in nfs4getfh_otw()
2022 bcopy(tmpfhp->nfs_fh4_val, svp->sv_pfhandle.fh_buf, in nfs4getfh_otw()
2023 tmpfhp->nfs_fh4_len); in nfs4getfh_otw()