Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1666 nfs_fh4 *tmpfhp; in remap_lookup() local
1722 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in remap_lookup()
1723 if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) { in remap_lookup()
1725 tmpfhp->nfs_fh4_len, NULL, NULL, 0, NULL, 0, TAG_NONE, in remap_lookup()
1730 fhp->nfs_fh4_val = kmem_alloc(tmpfhp->nfs_fh4_len, KM_SLEEP); in remap_lookup()
1731 nfs_fh4_copy(tmpfhp, fhp); in remap_lookup()
1750 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in remap_lookup()
1751 if (tmpfhp->nfs_fh4_len > NFS4_FHSIZE) { in remap_lookup()
1753 tmpfhp->nfs_fh4_len, NULL, NULL, 0, NULL, 0, TAG_NONE, in remap_lookup()
1758 pfhp->nfs_fh4_val = kmem_alloc(tmpfhp->nfs_fh4_len, KM_SLEEP); in remap_lookup()
[all …]
H A Dnfs4_vfsops.c1683 nfs_fh4 *tmpfhp; in nfs4getfh_otw() local
1885 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in nfs4getfh_otw()
1888 tmpfhp, cr, flags); in nfs4getfh_otw()
1894 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in nfs4getfh_otw()
1897 tmpfhp); in nfs4getfh_otw()
2014 tmpfhp = &resop->nfs_resop4_u.opgetfh.object; in nfs4getfh_otw()
2018 ASSERT(tmpfhp->nfs_fh4_len <= NFS4_FHSIZE); in nfs4getfh_otw()
2019 svp->sv_pfhandle.fh_len = tmpfhp->nfs_fh4_len; in nfs4getfh_otw()
2020 bcopy(tmpfhp->nfs_fh4_val, svp->sv_pfhandle.fh_buf, in nfs4getfh_otw()
2021 tmpfhp->nfs_fh4_len); in nfs4getfh_otw()