Searched refs:newfh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1798 nfs_fh4 newfh = {0, NULL}, newpfh = {0, NULL}; local
1850 &newfh, &gar, &newpfh, &pgar, ep);
1885 if (newfh.nfs_fh4_len != 0) {
1886 kmem_free(newfh.nfs_fh4_val, newfh.nfs_fh4_len);
1887 newfh.nfs_fh4_len = 0;
1978 sfh4_update(rp->r_fh, &newfh);
1993 if (newfh.nfs_fh4_len != 0)
1994 kmem_free(newfh.nfs_fh4_val, newfh
2055 nfs_fh4 newfh = {0, NULL}, newpfh = {0, NULL}; local
[all...]
H A Dnfs4_client.c3908 sfh4_update(nfs4_sharedfh_t *sfh, const nfs_fh4 *newfh) argument
3920 ASSERT(newfh->nfs_fh4_len <= NFS4_FHSIZE);
3935 sfh->sfh_fh.nfs_fh4_len = newfh->nfs_fh4_len;
3936 bcopy(newfh->nfs_fh4_val, sfh->sfh_fh.nfs_fh4_val,
3948 key.sfh_fh = *newfh;

Completed in 63 milliseconds