Searched refs:newpfh (Results 1 - 1 of 1) 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);
1889 if (newpfh.nfs_fh4_len != 0) {
1890 kmem_free(newpfh.nfs_fh4_val, newpfh.nfs_fh4_len);
1891 newpfh.nfs_fh4_len = 0;
1984 if (newpfh.nfs_fh4_len != 0) {
1986 sfh4_update(rp->r_svnode.sv_dfh, &newpfh);
1995 if (newpfh.nfs_fh4_len != 0)
1996 kmem_free(newpfh
2055 nfs_fh4 newfh = {0, NULL}, newpfh = {0, NULL}; local
[all...]

Completed in 62 milliseconds