Searched refs:newfh (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_subr.c | 1798 nfs_fh4 newfh = {0, NULL}, newpfh = {0, NULL}; in nfs4_remap_file() local 1850 &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() 2055 nfs_fh4 newfh = {0, NULL}, newpfh = {0, NULL}; in nfs4_make_dotdot() local 2121 &newfh, &gar, &newpfh, &pgar, &e); in nfs4_make_dotdot() [all …]
|
H A D | nfs4_client.c | 3892 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()
|