Searched refs:psfh (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 447 makenfs4node_by_fh(nfs4_sharedfh_t *sfh, nfs4_sharedfh_t *psfh, in makenfs4node_by_fh() argument 474 if (psfh != NULL) in makenfs4node_by_fh() 475 sfh4_hold(psfh); in makenfs4node_by_fh() 476 svp->sv_dfh = psfh; in makenfs4node_by_fh()
|
H A D | nfs4_subr.c | 2059 nfs4_sharedfh_t *sfh = NULL, *psfh = NULL; in nfs4_make_dotdot() local 2233 psfh = sfh4_get(&newpfh, mi); in nfs4_make_dotdot() 2236 vp = makenfs4node_by_fh(sfh, psfh, &np, &gar, mi, cr, t); in nfs4_make_dotdot() 2249 if (psfh != NULL) in nfs4_make_dotdot() 2250 sfh4_rele(&psfh); in nfs4_make_dotdot()
|