Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1850 &newfh, &gar, &newpfh, &pgar, ep); in nfs4_remap_file()
1885 if (newfh.nfs_fh4_len != 0) { in nfs4_remap_file()
1886 kmem_free(newfh.nfs_fh4_val, newfh.nfs_fh4_len); in nfs4_remap_file()
1887 newfh.nfs_fh4_len = 0; in nfs4_remap_file()
1978 sfh4_update(rp->r_fh, &newfh); in nfs4_remap_file()
1993 if (newfh.nfs_fh4_len != 0) in nfs4_remap_file()
1994 kmem_free(newfh.nfs_fh4_val, newfh.nfs_fh4_len); in nfs4_remap_file()
2121 &newfh, &gar, &newpfh, &pgar, &e); in nfs4_make_dotdot()
2235 sfh = sfh4_get(&newfh, mi); in nfs4_make_dotdot()
2243 if (newfh.nfs_fh4_len != 0) in nfs4_make_dotdot()
[all …]
H A Dnfs4_client.c3892 sfh4_update(nfs4_sharedfh_t *sfh, const nfs_fh4 *newfh) in sfh4_update() argument
3904 ASSERT(newfh->nfs_fh4_len <= NFS4_FHSIZE); in sfh4_update()
3919 sfh->sfh_fh.nfs_fh4_len = newfh->nfs_fh4_len; in sfh4_update()
3920 bcopy(newfh->nfs_fh4_val, sfh->sfh_fh.nfs_fh4_val, in sfh4_update()
3932 key.sfh_fh = *newfh; in sfh4_update()