Searched defs:npnp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c235 prnode_t *npnp = NULL; local
283 npnp = prgetnode(vp, type);
292 if (npnp != NULL)
293 prfreenode(npnp);
384 npnp->pr_hatid = (uint_t)id;
389 npnp->pr_ino = pnp->pr_ino;
390 npnp->pr_common = pnp->pr_common;
391 npnp->pr_pcommon = pnp->pr_pcommon;
392 npnp->pr_parent = pnp->pr_parent;
393 VN_HOLD(npnp
[all...]

Completed in 66 milliseconds